InvalidCredentialsError
Raised when the auth backend rejects the credentials returned by the configured CredentialProvider — for example, an expired SAT, a revoked embed token, or a payload that fails schema validation. The reason property carries the server-reported cause when available.
Extends
Error
Constructors
Constructor
Parameters
reason
Reason the auth backend rejected the credentials.
options
Standard ErrorOptions (e.g. cause).
Properties
reason
Reason the auth backend rejected the credentials.