Uses of Class
com.okta.sdk.resource.model.OAuth2RefreshToken
Packages that use OAuth2RefreshToken
-
Uses of OAuth2RefreshToken in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return OAuth2RefreshTokenModifier and TypeMethodDescriptionAuthorizationServerApi.getRefreshTokenForAuthorizationServerAndClient
(String authServerId, String clientId, String tokenId, String expand) Retrieve a Refresh Token for a Client Retrieves a refresh token for a clientAuthorizationServerApi.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 clientUserApi.getRefreshTokenForUserAndClient
(String userId, String clientId, String tokenId, String expand, Integer limit, String after) Retrieve a Refresh Token for a Client Retrieves a refresh token issued for the specified User and ClientUserApi.getRefreshTokenForUserAndClient
(String userId, String clientId, String tokenId, String expand, Integer limit, String after, Map<String, String> additionalHeaders) Retrieve a Refresh Token for a Client Retrieves a refresh token issued for the specified User and ClientMethods in com.okta.sdk.resource.api that return types with arguments of type OAuth2RefreshTokenModifier and TypeMethodDescriptionAuthorizationServerApi.listRefreshTokensForAuthorizationServerAndClient
(String authServerId, String clientId, String expand, String after, Integer limit) List all Refresh Tokens for a Client Lists all refresh tokens for a clientAuthorizationServerApi.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 for a clientUserApi.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 ClientUserApi.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
Methods in com.okta.sdk.resource.model that return OAuth2RefreshTokenModifier and TypeMethodDescriptionOAuth2RefreshToken.addscopesItem
(String scopesItem) OAuth2RefreshToken.createdBy
(OAuth2Actor createdBy) OAuth2RefreshToken.status
(GrantOrTokenStatus status)