Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/security / / DynamicClientRegistrationResult

Interface: DynamicClientRegistrationResult

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

Result of the Dynamic Client Registration round-trip.

Stable

Properties

PropertyModifierTypeDefined in
clientIdreadonlystringpackages/security/src/oauth/types.ts:135
clientIdIssuedAt?readonlynumberpackages/security/src/oauth/types.ts:137
clientSecret?readonlySecretValuepackages/security/src/oauth/types.ts:136
clientSecretExpiresAt?readonlynumberpackages/security/src/oauth/types.ts:138
raw?readonlyReadonly<Record&lt;string, unknown&gt;>packages/security/src/oauth/types.ts:139