Uses of Class
com.okta.sdk.resource.model.OAuth2Scope
-
Uses of OAuth2Scope in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthorizationServerScopesApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerScopesApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope, Map<String, String> additionalHeaders) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerScopesApi.getOAuth2Scope
(String authServerId, String scopeId) Retrieve a Custom Token Scope Retrieves a custom token scopeAuthorizationServerScopesApi.getOAuth2Scope
(String authServerId, String scopeId, Map<String, String> additionalHeaders) Retrieve a Custom Token Scope Retrieves a custom token scopeAuthorizationServerScopesApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replaces a custom token scopeAuthorizationServerScopesApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope, Map<String, String> additionalHeaders) Replace a Custom Token Scope Replaces a custom token scopeModifier and TypeMethodDescriptionAuthorizationServerScopesApi.listOAuth2Scopes
(String authServerId, String q, String filter, String after, Integer limit) List all Custom Token Scopes Lists all custom token scopesAuthorizationServerScopesApi.listOAuth2Scopes
(String authServerId, String q, String filter, String after, Integer limit, Map<String, String> additionalHeaders) List all Custom Token Scopes Lists all custom token scopesModifier and TypeMethodDescriptionAuthorizationServerScopesApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerScopesApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope, Map<String, String> additionalHeaders) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerScopesApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replaces a custom token scopeAuthorizationServerScopesApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope, Map<String, String> additionalHeaders) Replace a Custom Token Scope Replaces a custom token scope -
Uses of OAuth2Scope in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOAuth2Scope.consent
(OAuth2ScopeConsentType consent) OAuth2Scope.description
(String description) OAuth2Scope.displayName
(String displayName) OAuth2Scope.metadataPublish
(OAuth2ScopeMetadataPublish metadataPublish)