Uses of Class
com.okta.sdk.resource.model.OAuth2Scope
-
Uses of OAuth2Scope in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthorizationServerApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope, Map<String, String> additionalHeaders) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerApi.getOAuth2Scope
(String authServerId, String scopeId) Retrieve a Custom Token Scope Retrieves a custom token scopeAuthorizationServerApi.getOAuth2Scope
(String authServerId, String scopeId, Map<String, String> additionalHeaders) Retrieve a Custom Token Scope Retrieves a custom token scopeAuthorizationServerApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replaces a custom token scopeAuthorizationServerApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope, Map<String, String> additionalHeaders) Replace a Custom Token Scope Replaces a custom token scopeModifier and TypeMethodDescriptionAuthorizationServerApi.listOAuth2Scopes
(String authServerId, String q, String filter, String cursor, Integer limit) List all Custom Token Scopes Lists all custom token scopesAuthorizationServerApi.listOAuth2Scopes
(String authServerId, String q, String filter, String cursor, Integer limit, Map<String, String> additionalHeaders) List all Custom Token Scopes Lists all custom token scopesModifier and TypeMethodDescriptionAuthorizationServerApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope, Map<String, String> additionalHeaders) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replaces a custom token scopeAuthorizationServerApi.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)