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.

Constructors

Link copied to clipboard
constructor(error: String, errorDescription: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard