Magidoc

OAuth2ScopeReferenceRequest
Input Object

Reference to a particular OAuth2 scope: either by ID or unique code.

Fields

#

_id

Unique identifier a scope. Mutually exclusive with code .

_kind

ID !
Non-null

Record type, must be always OAuth2Scope .

code

Unique identifier a scope. Mutually exclusive with _id .