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