copyWith abstract method
Returns a shallow copy of this AppleAuthInfo with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
AppleAuthInfo copyWith({
String? userIdentifier,
String? email,
String? fullName,
String? nickname,
String? identityToken,
String? authorizationCode,
});