Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OAuth2Token |
ApplicationTokensApi.getOAuth2TokenForApplication(String appId,
String tokenId,
String expand)
Retrieve an OAuth 2.0 Token
Retrieves a token for the specified application
|
OAuth2Token |
ApplicationTokensApi.getOAuth2TokenForApplication(String appId,
String tokenId,
String expand,
Map<String,String> additionalHeaders)
Retrieve an OAuth 2.0 Token
Retrieves a token for the specified application
|
Modifier and Type | Method and Description |
---|---|
List<OAuth2Token> |
ApplicationTokensApi.listOAuth2TokensForApplication(String appId,
String expand,
String after,
Integer limit)
List all OAuth 2.0 Tokens
Lists all tokens for the application
|
List<OAuth2Token> |
ApplicationTokensApi.listOAuth2TokensForApplication(String appId,
String expand,
String after,
Integer limit,
Map<String,String> additionalHeaders)
List all OAuth 2.0 Tokens
Lists all tokens for the application
|
Modifier and Type | Method and Description |
---|---|
OAuth2Token |
OAuth2Token.addScopesItem(String scopesItem) |
OAuth2Token |
OAuth2Token.clientId(String clientId) |
OAuth2Token |
OAuth2Token.issuer(String issuer) |
OAuth2Token |
OAuth2Token.links(LinksSelf links) |
OAuth2Token |
OAuth2Token.scopes(List<String> scopes) |
OAuth2Token |
OAuth2Token.status(GrantOrTokenStatus status) |
OAuth2Token |
OAuth2Token.userId(String userId) |
Copyright © 2017–2023 Okta. All rights reserved.