oauth_client

2 rows


Description

OAuth clients for Newsoft OAuth authorization service.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
client_id text 2147483647 null
oauth_authorization_code.client_id oauth_authorization_code_client_id_fkey C
oauth_client_allowed_resource.client_id oauth_client_allowed_resource_client_id_fkey C
oauth_client_redirect_uri.client_id oauth_client_redirect_uri_client_id_fkey C
oauth_token_audit.client_id Implied Constraint R
client_name text 2147483647 null
client_secret_hash text 2147483647 null
enabled bool 1 true
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
oauth_client_pkey Primary key Asc client_id

Relationships