Anchor to DelegateAccessTokenDelegate
DelegateAccessToken
object
A token that delegates a set of scopes from the original permission.
To learn more about creating delegate access tokens, refer to Delegate OAuth access tokens to subsystems.
Anchor to FieldsFields
- Anchor to accessScopesaccess•
Scopes [String!]!non-null The list of permissions associated with the token.
- Anchor to accessTokenaccess•
Token String!non-null The issued delegate access token.
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the delegate access token was created.
Was this section helpful?
Map
No referencing types
Anchor to MutationsMutations
- •mutation
Creates a delegate access token.
To learn more about creating delegate access tokens, refer to Delegate OAuth access tokens to subsystems.
Was this section helpful?