OAuth2InvalidGrantError
class OAuth2InvalidGrantError(val cause: OAuth2Exception.InvalidGrant) : AuthenticationFailedCause.Error(source)
Error container for when the token endpoint responds with an invalid_grant error.
Properties
Link copied to clipboard
the original OAuth2Exception.InvalidGrant exception thrown during token request.