AppleIdCredential constructor

const AppleIdCredential({
  1. Uint8List? identityToken,
  2. Uint8List? authorizationCode,
  3. String? state,
  4. String? user,
  5. List<Scope>? authorizedScopes,
  6. PersonNameComponents? fullName,
  7. String? email,
  8. UserDetectionStatus? realUserStatus,
})

Implementation

const AppleIdCredential({
  this.identityToken,
  this.authorizationCode,
  this.state,
  this.user,
  this.authorizedScopes,
  this.fullName,
  this.email,
  this.realUserStatus,
});