AuthenticationRequiredErrorOptions interface
Optional parameters to the AuthenticationRequiredError
Properties
cause | The underlying cause, if any, that caused the authentication to fail. |
get |
The options passed to the getToken request. |
message | The message of the error. |
scopes | The list of scopes for which the token will have access. |
Property Details
cause
The underlying cause, if any, that caused the authentication to fail.
cause?: unknown
Property Value
unknown
getTokenOptions
The options passed to the getToken request.
getTokenOptions?: GetTokenOptions
Property Value
message
The message of the error.
message?: string
Property Value
string
scopes
The list of scopes for which the token will have access.
scopes: string[]
Property Value
string[]