Uses of Class
org.openapitools.client.model.OAuth2RefreshToken
Packages that use OAuth2RefreshToken
-
Uses of OAuth2RefreshToken in org.openapitools.client.api
Methods in org.openapitools.client.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 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 ClientMethods in org.openapitools.client.api that return types with arguments of type OAuth2RefreshTokenModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OAuth2RefreshToken>AuthorizationServerApi.getRefreshTokenForAuthorizationServerAndClientWithHttpInfo(String authServerId, String clientId, String tokenId, String expand) Retrieve a Refresh Token for a Client Retrieves a refresh token for a clientorg.springframework.http.ResponseEntity<OAuth2RefreshToken>UserApi.getRefreshTokenForUserAndClientWithHttpInfo(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 ClientAuthorizationServerApi.listRefreshTokensForAuthorizationServerAndClient(String authServerId, String clientId, String expand, String after, Integer limit) List all Refresh Tokens for a Client Lists all refresh tokens for a clientorg.springframework.http.ResponseEntity<List<OAuth2RefreshToken>>AuthorizationServerApi.listRefreshTokensForAuthorizationServerAndClientWithHttpInfo(String authServerId, String clientId, String expand, String after, Integer limit) 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 Clientorg.springframework.http.ResponseEntity<List<OAuth2RefreshToken>>UserApi.listRefreshTokensForUserAndClientWithHttpInfo(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 Client -
Uses of OAuth2RefreshToken in org.openapitools.client.model
Methods in org.openapitools.client.model that return OAuth2RefreshTokenModifier and TypeMethodDescriptionOAuth2RefreshToken.addScopesItem(String scopesItem) OAuth2RefreshToken.createdBy(OAuth2Actor createdBy) OAuth2RefreshToken.status(GrantOrTokenStatus status)