oauth_token_audit

54 rows


Description

Redacted audit log for OAuth token issuance.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 √ nextval('oauth_token_audit_id_seq'::regclass)
client_id text 2147483647 null
oauth_client.client_id Implied Constraint R
resource_url text 2147483647 null
audience text 2147483647 null
scope text 2147483647 null
user_id int4 10 √ null
prop_id int4 10 √ null
status text 2147483647 null
error_code text 2147483647 √ null
request_id text 2147483647 √ null
created_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
oauth_token_audit_pkey Primary key Asc id
oauth_token_audit_created_idx Performance Desc created_at

Relationships