Uses of Class
org.openapitools.client.model.OAuth2Token
Packages that use OAuth2Token
-
Uses of OAuth2Token in org.openapitools.client.api
Methods in org.openapitools.client.api that return OAuth2TokenModifier and TypeMethodDescriptionApplicationApi.getOAuth2TokenForApplication
(String appId, String tokenId, String expand) Retrieve an OAuth 2.0 Token Retrieves a token for the specified applicationMethods in org.openapitools.client.api that return types with arguments of type OAuth2TokenModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OAuth2Token>
ApplicationApi.getOAuth2TokenForApplicationWithHttpInfo
(String appId, String tokenId, String expand) Retrieve an OAuth 2.0 Token Retrieves a token for the specified applicationApplicationApi.listOAuth2TokensForApplication
(String appId, String expand, String after, Integer limit) List all OAuth 2.0 Tokens Lists all tokens for the applicationorg.springframework.http.ResponseEntity<List<OAuth2Token>>
ApplicationApi.listOAuth2TokensForApplicationWithHttpInfo
(String appId, String expand, String after, Integer limit) List all OAuth 2.0 Tokens Lists all tokens for the application -
Uses of OAuth2Token in org.openapitools.client.model
Methods in org.openapitools.client.model that return OAuth2TokenModifier and TypeMethodDescriptionOAuth2Token.addScopesItem
(String scopesItem) OAuth2Token.status
(GrantOrTokenStatus status)