AuthFailed constructor

AuthFailed(
  1. Exception exception
)

An AuthState that indicates that something went wrong during authentication.

See AuthState docs for usage examples.

Implementation

AuthFailed(this.exception);