Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / DynamicClientRegistrationResult

Interface: DynamicClientRegistrationResult

Defined in: packages/security/src/oauth/types.ts:119

Result of the Dynamic Client Registration round-trip.

Stable

Properties

PropertyModifierTypeDefined in
clientIdreadonlystringpackages/security/src/oauth/types.ts:120
clientIdIssuedAt?readonlynumberpackages/security/src/oauth/types.ts:122
clientSecret?readonlySecretValuepackages/security/src/oauth/types.ts:121
clientSecretExpiresAt?readonlynumberpackages/security/src/oauth/types.ts:123
raw?readonlyReadonly<Record&lt;string, unknown&gt;>packages/security/src/oauth/types.ts:124