copyWith abstract method
Returns a shallow copy of this ServerSideSession with some or all fields replaced by the given arguments.
Implementation
@_is.useResult
ServerSideSession copyWith({
_is.UuidValue? id,
_is.UuidValue? authUserId,
_ivyervu7.AuthUser? authUser,
Set<String>? scopeNames,
DateTime? createdAt,
DateTime? lastUsedAt,
DateTime? expiresAt,
Duration? expireAfterUnusedFor,
_idt.ByteData? sessionKeyHash,
_idt.ByteData? sessionKeySalt,
String? method,
});