Uses of Class
com.okta.sdk.resource.model.WebAuthnCredRequest
Packages that use WebAuthnCredRequest
-
Uses of WebAuthnCredRequest in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return WebAuthnCredRequestModifier and TypeMethodDescriptionWebAuthnCredRequest.authenticatorEnrollmentId
(String authenticatorEnrollmentId) WebAuthnCredRequest.credRequestJwe
(String credRequestJwe) Methods in com.okta.sdk.resource.model that return types with arguments of type WebAuthnCredRequestModifier and TypeMethodDescriptionEnrollmentInitializationResponse.getCredRequests()
List of credential requests for the fulfillment providerMethods in com.okta.sdk.resource.model with parameters of type WebAuthnCredRequestModifier and TypeMethodDescriptionEnrollmentInitializationResponse.addcredRequestsItem
(WebAuthnCredRequest credRequestsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type WebAuthnCredRequestModifier and TypeMethodDescriptionEnrollmentInitializationResponse.credRequests
(List<WebAuthnCredRequest> credRequests) void
EnrollmentInitializationResponse.setCredRequests
(List<WebAuthnCredRequest> credRequests)