Magidoc

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

#

_createdBy

Who has created this scope.

_createdDateTime

When scope was created.

_id

ID !
Non-null

Unique identifier of a scope

_kind

ID !
Non-null

Record type, always OAuth2Scope

_updatedBy

Who modified this scope the last time.

_updatedDateTime

Last time when scope was modified.

assignedToUI

Non-null

Whether this scope is assigned to Carerix UI client.

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

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.

description

Displayable description.

name

Non-null

Displayable name.

protocolMappers

Non-null

Protocol mappers used to augment access tokens having this scope with additional claims.

Interfaces

#

Also implements APIResource .

Usages

#

References

#