InvalidCredentialsException

class InvalidCredentialsException : AuthException

Thrown when credentials were rejected by the server when trying to log in. Only some authentication providers will return this error:

The remaining authentication providers will throw a more general AuthException instead.

See also

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?