OAuth2InvalidGrantError

Error container for when the token endpoint responds with an invalid_grant error.

Report a problem

Constructors

Link copied to clipboard
constructor(cause: OAuth2Exception.InvalidGrant)

Properties

Link copied to clipboard

the original OAuth2Exception.InvalidGrant exception thrown during token request.

Link copied to clipboard