Uses of Class
com.okta.sdk.resource.model.OAuth2RefreshToken
-
Uses of OAuth2RefreshToken in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionApplicationTokensApi.getOAuth2TokenForApplication
(String appId, String tokenId, String expand) Retrieve an Application Token Retrieves a refresh token for the specified appApplicationTokensApi.getOAuth2TokenForApplication
(String appId, String tokenId, String expand, Map<String, String> additionalHeaders) Retrieve an Application Token Retrieves a refresh token for the specified appAuthorizationServerClientsApi.getRefreshTokenForAuthorizationServerAndClient
(String authServerId, String clientId, String tokenId, String expand) Retrieve a refresh token for a Client Retrieves a refresh token for a ClientAuthorizationServerClientsApi.getRefreshTokenForAuthorizationServerAndClient
(String authServerId, String clientId, String tokenId, String expand, Map<String, String> additionalHeaders) Retrieve a refresh token for a Client Retrieves a refresh token for a ClientUserOAuthApi.getRefreshTokenForUserAndClient
(String userId, String clientId, String tokenId, String expand) Retrieve a Refresh Token for a Client Retrieves a refresh Token issued for the specified User and clientUserOAuthApi.getRefreshTokenForUserAndClient
(String userId, String clientId, String tokenId, String expand, Map<String, String> additionalHeaders) Retrieve a Refresh Token for a Client Retrieves a refresh Token issued for the specified User and clientModifier and TypeMethodDescriptionApplicationTokensApi.listOAuth2TokensForApplication
(String appId, String expand, String after, Integer limit) List all Application Refresh Tokens Lists all refresh tokens for an app > **Note:** The results are [paginated](/#pagination) according to the `limit` parameter.ApplicationTokensApi.listOAuth2TokensForApplication
(String appId, String expand, String after, Integer limit, Map<String, String> additionalHeaders) List all Application Refresh Tokens Lists all refresh tokens for an app > **Note:** The results are [paginated](/#pagination) according to the `limit` parameter.AuthorizationServerClientsApi.listRefreshTokensForAuthorizationServerAndClient
(String authServerId, String clientId, String expand, String after, Integer limit) List all refresh tokens for a Client Lists all refresh tokens issued by an authorization server for a specific ClientAuthorizationServerClientsApi.listRefreshTokensForAuthorizationServerAndClient
(String authServerId, String clientId, String expand, String after, Integer limit, Map<String, String> additionalHeaders) List all refresh tokens for a Client Lists all refresh tokens issued by an authorization server for a specific ClientUserOAuthApi.listRefreshTokensForUserAndClient
(String userId, String clientId, String expand, String after, Integer limit) List all Refresh Tokens for a Client Lists all refresh Tokens issued for the specified User and clientUserOAuthApi.listRefreshTokensForUserAndClient
(String userId, String clientId, String expand, String after, Integer limit, Map<String, String> additionalHeaders) List all Refresh Tokens for a Client Lists all refresh Tokens issued for the specified User and client -
Uses of OAuth2RefreshToken in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOAuth2RefreshToken.addscopesItem
(String scopesItem) OAuth2RefreshToken.embedded
(OAuth2RefreshTokenEmbedded embedded) OAuth2RefreshToken.links
(OAuth2RefreshTokenLinks links) OAuth2RefreshToken.status
(GrantOrTokenStatus status)