Uses of Class
com.okta.sdk.resource.model.OAuth2Token
-
Uses of OAuth2Token in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionApplicationTokensApi.getOAuth2TokenForApplication
(String appId, String tokenId, String expand) Retrieve an OAuth 2.0 Token Retrieves a token for the specified applicationApplicationTokensApi.getOAuth2TokenForApplication
(String appId, String tokenId, String expand, Map<String, String> additionalHeaders) Retrieve an OAuth 2.0 Token Retrieves a token for the specified applicationModifier and TypeMethodDescriptionApplicationTokensApi.listOAuth2TokensForApplication
(String appId, String expand, String after, Integer limit) List all OAuth 2.0 Tokens Lists all tokens for the applicationApplicationTokensApi.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 -
Uses of OAuth2Token in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOAuth2Token.addScopesItem
(String scopesItem) OAuth2Token.status
(GrantOrTokenStatus status)