copyWith abstract method
Returns a shallow copy of this RefreshToken with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
RefreshToken copyWith({
_i1.UuidValue? id,
_i1.UuidValue? authUserId,
_i2.AuthUser? authUser,
Set<String>? scopeNames,
String? extraClaims,
String? method,
_i3.ByteData? fixedSecret,
String? rotatingSecretHash,
DateTime? lastUpdatedAt,
DateTime? createdAt,
});