AppleIdCredential constructor
const
AppleIdCredential({
- Uint8List? identityToken,
- Uint8List? authorizationCode,
- String? state,
- String? user,
- List<
Scope> ? authorizedScopes, - PersonNameComponents? fullName,
- String? email,
- UserDetectionStatus? realUserStatus,
Implementation
const AppleIdCredential({
this.identityToken,
this.authorizationCode,
this.state,
this.user,
this.authorizedScopes,
this.fullName,
this.email,
this.realUserStatus,
});