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?