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