USER_OAUTHTOKEN Table

Added in Version 8.1

The USER_OAUTHTOKEN table stores user authorization tokens for each OAuth provider for whom the user has approved access. Added for integration functionality.

While this table does not have a field defined as a primary key, the USEROAUTHPROVIDERID field should be unique and considered as a primary key.

Legend

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

USEROAUTHPROVIDERID

STANDARDID

NOT NULL

USER_OAUTHTOKEN_PRIMARY (AK)

 

 

CREATEUSER (FK)

STANDARDID

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime

NULLS

 

 

 

MODIFYUSER (FK)

STANDARDID

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime

NULLS

 

 

 

USERID

STANDARDID

NULLS

 

 

 

OAUTHPROVIDERID (FK)

STANDARDID

NULLS

 

(Many) to (One)

OAUTHPROVIDER.OAUTHPROVIDERID

 REFRESHTOKEN

varchar (128)

NULLS

 

 

 

 PARENTACCOUNTUUID

varchar (36)

NULLS

 

 

 

 ACCOUNTLOGINNAME

varchar (128)

NULLS

 

 

 

 APPID (FK)

STANDARDID

NULLS

 

(Many) to (One)

 APPIDMAPPING.APPID

 ACCESSTOKEN

varchar (255)

NULLS

 

 

 

 ACCESSTOKENSECRET

varchar (255)

NULLS

 

 

 

 EXPIRATIONDATE

datetime

NULLS