OAuth2Scope Object
OAuth2 scope describes a right to access a certain part of API by applications whom it was assigned. OAuth2 scope is always declared by OAuth2 client - a service which provides such API.
Fields
#
client
OAuth2 client which declared this scope.
If API consumer has no permissions to retrieve a referenced client, null
will be returned here as well as bunch of GraphQL errors.
code
String !
Non-null
Unique code of a scope. When a client whom a scope is assigned to gets an access token, this code will be put into a scope
claim.
protocolMappers
Non-null
Protocol mappers used to augment access tokens having this scope with additional claims.
Interfaces
#
Also implements APIResource .
Usages
#
References
#
- Field items from OAuth2ScopePage
Previous
OAuth2ClientType
Next
OAuth2ScopePage