You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The enrolled key\'s client_key_id is not included: it is the SHA-256 fingerprint of the device\'s own public key, which the device derives locally. Non-PIN keys need no client action at all and therefore produce no continue_with.
Carries the one-time HPKE-sealed pin_secret material — the encapsulated key and the sealed ciphertext — that the device opens with the transport private key it generated for this enrollment.
PINConfig is the per-key PIN state. The pin_secret field holds the at-rest ciphertext; the plaintext exists only transiently in memory during verification and is cleared once the key locks.
5
+
6
+
## Properties
7
+
8
+
Name | Type
9
+
------------ | -------------
10
+
`created_at` | Date
11
+
`failed_attempts` | number
12
+
`pin_secret` | string
13
+
`rotated_at` | Date
14
+
15
+
## Example
16
+
17
+
```typescript
18
+
importtype { PINConfig } from'@ory/client-fetch'
19
+
20
+
// TODO: Update the object below with actual values
|[**deleteOrganizationOnboardingPortalLink**](ProjectApi.md#deleteorganizationonboardingportallink)|**DELETE** /projects/{project_id}/organizations/{organization_id}/onboarding-portal-links/{onboarding_portal_link_id} | Delete an organization onboarding portal link |
13
13
|[**deleteProjectApiKey**](ProjectApi.md#deleteprojectapikey)|**DELETE** /projects/{project}/tokens/{token_id} | Delete project API key |
0 commit comments