Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
AuthorizationServerApi.createOAuth2Scope(String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.createOAuth2Scope(String authServerId,
OAuth2Scope oAuth2Scope,
Map<String,String> additionalHeaders)
Create a Custom Token Scope
Creates a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.getOAuth2Scope(String authServerId,
String scopeId)
Retrieve a Custom Token Scope
Retrieves a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.getOAuth2Scope(String authServerId,
String scopeId,
Map<String,String> additionalHeaders)
Retrieve a Custom Token Scope
Retrieves a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.replaceOAuth2Scope(String authServerId,
String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replaces a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.replaceOAuth2Scope(String authServerId,
String scopeId,
OAuth2Scope oAuth2Scope,
Map<String,String> additionalHeaders)
Replace a Custom Token Scope
Replaces a custom token scope
|
Modifier and Type | Method and Description |
---|---|
List<OAuth2Scope> |
AuthorizationServerApi.listOAuth2Scopes(String authServerId,
String q,
String filter,
String cursor,
Integer limit)
List all Custom Token Scopes
Lists all custom token scopes
|
List<OAuth2Scope> |
AuthorizationServerApi.listOAuth2Scopes(String authServerId,
String q,
String filter,
String cursor,
Integer limit,
Map<String,String> additionalHeaders)
List all Custom Token Scopes
Lists all custom token scopes
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
AuthorizationServerApi.createOAuth2Scope(String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.createOAuth2Scope(String authServerId,
OAuth2Scope oAuth2Scope,
Map<String,String> additionalHeaders)
Create a Custom Token Scope
Creates a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.replaceOAuth2Scope(String authServerId,
String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replaces a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.replaceOAuth2Scope(String authServerId,
String scopeId,
OAuth2Scope oAuth2Scope,
Map<String,String> additionalHeaders)
Replace a Custom Token Scope
Replaces a custom token scope
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
OAuth2Scope._default(Boolean _default) |
OAuth2Scope |
OAuth2Scope.consent(OAuth2ScopeConsentType consent) |
OAuth2Scope |
OAuth2Scope.description(String description) |
OAuth2Scope |
OAuth2Scope.displayName(String displayName) |
OAuth2Scope |
OAuth2Scope.metadataPublish(OAuth2ScopeMetadataPublish metadataPublish) |
OAuth2Scope |
OAuth2Scope.name(String name) |
OAuth2Scope |
OAuth2Scope.system(Boolean system) |
Copyright © 2017–2023 Okta. All rights reserved.