Okta.Sdk.Model.EnrollmentActivationRequest
October 22, 2025 ยท View on GitHub
Enrollment Initialization Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CredResponses | List<WebAuthnCredResponse> | List of credential responses from the fulfillment provider | [optional] |
| FulfillmentProvider | string | Name of the fulfillment provider for the WebAuthn preregistration factor | [optional] |
| PinResponseJwe | string | Encrypted JWE of the PIN response from the fulfillment provider | [optional] |
| Serial | string | Serial number of the YubiKey | [optional] |
| UserId | string | ID of an existing Okta user | [optional] |
| _Version | string | Firmware version of the YubiKey | [optional] |
| YubicoSigningJwks | List<ECKeyJWK> | List of usable signing keys from Yubico (in JSON Web Key Sets (JWKS) format). The signing keys are used to verify the JSON Web Signature (JWS) inside the JWE. | [optional] |