Skip to main content

ClientRegistrationResponse

Agent Runtimes


Agent Runtimes / identity/dcr / ClientRegistrationResponse

Interface: ClientRegistrationResponse

Defined in: identity/dcr.ts:99

Client registration response per RFC 7591

Properties

client_id

client_id: string

Defined in: identity/dcr.ts:101

OAuth 2.0 client identifier


client_id_issued_at?

optional client_id_issued_at?: number

Defined in: identity/dcr.ts:105

Time at which the client identifier was issued (Unix timestamp)


client_name?

optional client_name?: string

Defined in: identity/dcr.ts:117


client_secret?

optional client_secret?: string

Defined in: identity/dcr.ts:103

OAuth 2.0 client secret (if confidential client)


client_secret_expires_at?

optional client_secret_expires_at?: number

Defined in: identity/dcr.ts:107

Time at which the client secret will expire (Unix timestamp, 0 = never)


client_uri?

optional client_uri?: string

Defined in: identity/dcr.ts:118


contacts?

optional contacts?: string[]

Defined in: identity/dcr.ts:121


grant_types?

optional grant_types?: string[]

Defined in: identity/dcr.ts:115


jwks?

optional jwks?: object

Defined in: identity/dcr.ts:125

keys

keys: unknown[]


jwks_uri?

optional jwks_uri?: string

Defined in: identity/dcr.ts:124


logo_uri?

optional logo_uri?: string

Defined in: identity/dcr.ts:119


policy_uri?

optional policy_uri?: string

Defined in: identity/dcr.ts:123


redirect_uris

redirect_uris: string[]

Defined in: identity/dcr.ts:113

All other fields from the registration request echoed back


registration_access_token?

optional registration_access_token?: string

Defined in: identity/dcr.ts:109

Registration access token (for client configuration endpoint)


registration_client_uri?

optional registration_client_uri?: string

Defined in: identity/dcr.ts:111

Location of the client configuration endpoint


response_types?

optional response_types?: string[]

Defined in: identity/dcr.ts:116


scope?

optional scope?: string

Defined in: identity/dcr.ts:120


software_id?

optional software_id?: string

Defined in: identity/dcr.ts:126


software_version?

optional software_version?: string

Defined in: identity/dcr.ts:127


token_endpoint_auth_method?

optional token_endpoint_auth_method?: string

Defined in: identity/dcr.ts:114


tos_uri?

optional tos_uri?: string

Defined in: identity/dcr.ts:122