AuthResponse<T extends Auth<AuthKeys>>.failure constructor

const AuthResponse<T extends Auth<AuthKeys>>.failure(
  1. String msg, {
  2. AuthType? type,
})

Implementation

const AuthResponse.failure(String msg, {AuthType? type})
    : this._(error: msg, type: type);