AuthResponse<T extends Auth<AuthKeys> >.unauthenticated constructor
Implementation
const AuthResponse.unauthenticated({String? msg, AuthType? type})
: this._(state: AuthStatus.unauthenticated, msg: msg, type: type);