HussainLatiff's picture
Added node.js AI Mastering module (#21)
0e27770 verified
# 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"`)