copyWith abstract method
Returns a shallow copy of this AuthSuccess with some or all fields replaced by the given arguments.
Implementation
@_is.useResult
AuthSuccess copyWith({
String? authStrategy,
String? token,
DateTime? tokenExpiresAt,
String? refreshToken,
_is.UuidValue? authUserId,
Set<String>? scopeNames,
});