oauth2_endpoint

0 rows


Description

Describes the named endpoint for an oauth2 service.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
timecreated BIGINT 19 null

The time this record was created.

timemodified BIGINT 19 null

The time this record was modified.

usermodified BIGINT 19 null

The user who modified this record.

name VARCHAR 255

The service name.

url LONGTEXT 2147483647 null

The url to the endpoint

issuerid BIGINT 19 null
oauth2_issuer.id oautendp_iss2_fkR

The identity provider this service belongs to.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
oautendp_iss4_ix Performance Asc issuerid

Relationships