app_totara_oauth2_client_provider

0 rows


Description

A table to store the client’s id and secret that we are providing to other parties

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_oauth2_client_provider_id_seq'::regclass)
app_totara_oauth2_access_token.client_provider_id Defined in XMLR
client_id varchar 80 ''::character varying
client_secret varchar 80 ''::character varying
name varchar 255 ''::character varying
id_number varchar 100 ''::character varying
description text 2147483647 null
description_format int2 5 null
scope varchar 1333 null
grant_types varchar 80 null
component varchar 255 null
time_created int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_totaoautclieprov_id_pk Primary key Asc id
app_totaoautclieprov_cli2_uix Must be unique Asc client_secret
app_totaoautclieprov_cli_uix Must be unique Asc client_id
app_totaoautclieprov_id__uix Must be unique Asc id_number
app_totaoautclieprov_nam_ix Performance Asc name
app_totaoautclieprov_tim_ix Performance Asc time_created

Relationships