AppleAuthSuccess typedef

AppleAuthSuccess = ({UuidValue appleAccountId, UuidValue authUserId, bool authUserNewlyCreated, AppleAccountDetails details})

Details of a successful Apple-based authentication.

Implementation

typedef AppleAuthSuccess = ({
  UuidValue appleAccountId,
  UuidValue authUserId,
  AppleAccountDetails details,
  bool authUserNewlyCreated,
});