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