Spaces:
Runtime error
Runtime error
File size: 809 Bytes
0e27770 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # Aimastering.User
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | | [optional]
**affiliateEnabled** | **Boolean** | | [optional]
**agreedTermsOfService** | **Boolean** | | [optional]
**authId** | **String** | | [optional]
**authProvider** | **String** | | [optional]
**email** | **String** | | [optional]
**registrationNotified** | **Boolean** | | [optional]
**statistics** | [**UserStatistics**](UserStatistics.md) | | [optional]
**createdAt** | **Date** | | [optional]
**updatedAt** | **Date** | | [optional]
<a name="AuthProviderEnum"></a>
## Enum: AuthProviderEnum
* `auth0` (value: `"auth0"`)
* `github` (value: `"github"`)
* `google` (value: `"google"`)
* `twitter` (value: `"twitter"`)
|