Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 914 Bytes

EnrollmentInitializationResponse.md

File metadata and controls

14 lines (10 loc) · 914 Bytes

Okta.Sdk.Model.EnrollmentInitializationResponse

Yubico Transport Key in the form of a JWK, used to encrypt our fulfillment request to Yubico. The currently agreed protocol uses P-384.

Properties

Name Type Description Notes
CredRequests List<WebAuthnCredRequest> List of credential requests for the fulfillment provider [optional]
FulfillmentProvider string Name of the fulfillment provider for the WebAuthn Preregistration Factor [optional]
PinRequestJwe string Encrypted JWE of PIN request for the fulfillment provider [optional]
UserId string ID of an existing Okta user [optional]

[Back to Model list] [Back to API list] [Back to README]