1 import ABI48_0_0ExpoModulesCore 2 3 struct AppleAuthenticationRequestOptions: Record { 4 @Field 5 var user: String? 6 7 @Field 8 var state: String? 9 10 @Field 11 var nonce: String? 12 13 @Field 14 var requestedScopes: [Int]? 15 16 @Field 17 var requestedOperation: Int = 0 18 } 19