Anchor to DelegateAccessTokenCreateUserErrorCodeDelegate
enumDelegate Access Token Create User Error Code
Possible error codes that can be returned by .
Anchor to Valid valuesValid values
- Anchor to DELEGATE_ACCESS_TOKENDELEGATE_
ACCESS_ TOKEN The parent access token can't be a delegate token.
- Anchor to EMPTY_ACCESS_SCOPEEMPTY_
ACCESS_ SCOPE The access scope can't be empty.
- Anchor to EXPIRES_AFTER_PARENTEXPIRES_
AFTER_ PARENT The delegate token can't expire after the parent token.
- Anchor to NEGATIVE_EXPIRES_INNEGATIVE_
EXPIRES_ IN The expires_in value must be greater than 0.
- Anchor to PERSISTENCE_FAILEDPERSISTENCE_
FAILED Persistence failed.
- Anchor to REFRESH_TOKENREFRESH_
TOKEN The parent access token can't have a refresh token.
- Anchor to UNKNOWN_SCOPESUNKNOWN_
SCOPES Unknown scopes.
Was this section helpful?
Anchor to FieldsFields
- •OBJECT
An error that occurs during the execution of
.
Was this section helpful?