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 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 scopeMethods in com.okta.sdk.resource.api that return types with arguments of type OAuth2ScopeModifier 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 scopesMethods in com.okta.sdk.resource.api with parameters of type OAuth2ScopeModifier 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
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)