OAuth2RedirectError
class OAuth2RedirectError(val error: String, val errorDescription: String?) : AuthenticationFailedCause.Error
Error container for when the upstream identity provider does not respond with the token credentials, and instead responds with error query parameters.