Uses of Class
com.okta.sdk.resource.model.OAuth2Scope
Packages that use OAuth2Scope
-
Uses of OAuth2Scope in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return OAuth2ScopeModifier 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 scopeMethods in com.okta.sdk.resource.api that return types with arguments of type OAuth2ScopeModifier 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 scopesMethods in com.okta.sdk.resource.api with parameters of type OAuth2ScopeModifier 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
Methods in com.okta.sdk.resource.model that return OAuth2ScopeModifier and TypeMethodDescriptionOAuth2Scope.consent
(OAuth2ScopeConsentType consent) OAuth2Scope.description
(String description) OAuth2Scope.displayName
(String displayName) OAuth2Scope.metadataPublish
(OAuth2ScopeMetadataPublish metadataPublish)