app_totara_oauth2_access_token

0 rows


Description

A Table to store the list of access tokens that had been generated for OAuth2 clients.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_oauth2_access_token_id_seq'::regclass)
client_provider_id int8 19 null
app_totara_oauth2_client_provider.id Defined in XMLR
identifier varchar 255 ''::character varying
expires int8 19 null
scope varchar 1333 null

Indexes

Constraint Name Type Sort Column(s)
app_totaoautaccetoke_id_pk Primary key Asc id
app_totaoautaccetoke_cli_ix Performance Asc client_provider_id
app_totaoautaccetoke_ide_uix Must be unique Asc identifier

Relationships