List OAuth scopes
Returns a list of all OAuth scopes managed by the OAuth client.
GET oauth_scopes
Get OAuth scope info
Returns the details for an OAuth scope managed by the OAuth client.
GET oauth_scopes/{oauth_scope}
Create an OAuth scope for an OAuth client
Returns the details of the newly created OAuth scope.
POST oauth_scopes
Update OAuth scope details
Returns the details for the updated OAuth scope.
PATCH oauth_scopes/{oauth_scope}
Delete OAuth scope
Deletes the specified OAuth scope managed by the OAuth client.
DELETE oauth_scopes/{oauth_scope}
Update Identity initiated login OAuth scopes
Updates and returns the details for the scopes that can be used for Identity initiated logins.
PATCH oauth_scopes/update_identity_initiated