AppleAuthSuccess typedef

AppleAuthSuccess = ({UuidValue appleAccountId, UuidValue authUserId, AppleAccountDetails details, bool newAccount, Set<Scope> scopes})

Details of a successful Apple-based authentication.

Implementation

typedef AppleAuthSuccess = ({
  UuidValue appleAccountId,
  UuidValue authUserId,
  AppleAccountDetails details,
  bool newAccount,
  Set<Scope> scopes,
});