social_django.UserSocialAuth
: user social auth
Social Auth association model
name |
type |
verbose name |
id |
BigAutoField |
ID |
user |
ForeignKey to User |
User |
provider |
CharField |
provider |
uid |
CharField |
uid |
extra_data |
JSONField |
extra data |
created |
DateTimeField |
created |
modified |
DateTimeField |
modified |
workflow_buttons |
VirtualField |
Workflow |
Master tables: users.SocialAuths : Third-party authorizations
Referenced from
Database fields
Internal name |
Verbose name |
Help text |
id |
ID |
|
user |
User |
|
provider |
provider |
|
uid |
uid |
|
extra_data |
extra data |
|
created |
created |
|
modified |
modified |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
social_django.UserSocialAuth
: user social auth¶Social Auth association model
name
type
verbose name
id
BigAutoField
ID
user
ForeignKey to User
User
provider
CharField
provider
uid
CharField
uid
extra_data
JSONField
extra data
created
DateTimeField
created
modified
DateTimeField
modified
workflow_buttons
VirtualField
Workflow
Master tables: users.SocialAuths : Third-party authorizations
Referenced from
Database fields¶
Internal name
Verbose name
Help text
id
ID
user
User
provider
provider
uid
uid
extra_data
extra data
created
created
modified
modified
workflow_buttons
Workflow
List of actions that change the workflow state of this object.