GoogleAuthSuccess typedef

GoogleAuthSuccess = ({UuidValue authUserId, bool authUserNewlyCreated, GoogleAccountDetails details, UuidValue googleAccountId})

Details of a successful Google-based authentication.

Implementation

typedef GoogleAuthSuccess = ({
  /// The ID of the `GoogleAccount` database entity.
  UuidValue googleAccountId,
  UuidValue authUserId,
  GoogleAccountDetails details,
  bool authUserNewlyCreated,
});