copy

fun copy(id: String = this.id, status: SignIn.Status = this.status, supportedIdentifiers: List<String>? = this.supportedIdentifiers, identifier: String? = this.identifier, supportedFirstFactors: List<Factor>? = this.supportedFirstFactors, supportedSecondFactors: List<Factor>? = this.supportedSecondFactors, firstFactorVerification: Verification? = this.firstFactorVerification, secondFactorVerification: Verification? = this.secondFactorVerification, userData: SignIn.UserData? = this.userData, createdSessionId: String? = this.createdSessionId): SignIn