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