Package com.okta.sdk.resource.model
Class WebAuthnCredRequest
java.lang.Object
com.okta.sdk.resource.model.WebAuthnCredRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class WebAuthnCredRequest
extends Object
implements Serializable
Credential request object for the initialized credential, along with the enrollment and key identifiers to associate
with the credential
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthenticatorEnrollmentId
(String authenticatorEnrollmentId) credRequestJwe
(String credRequestJwe) boolean
ID for a WebAuthn Preregistration Factor in OktaEncrypted JWE of credential request for the fulfillment providergetKeyId()
ID for the Okta response key-pair used to encrypt and decrypt credential requests and responsesint
hashCode()
void
setAuthenticatorEnrollmentId
(String authenticatorEnrollmentId) void
setCredRequestJwe
(String credRequestJwe) void
toString()
-
Field Details
-
JSON_PROPERTY_AUTHENTICATOR_ENROLLMENT_ID
- See Also:
-
JSON_PROPERTY_CRED_REQUEST_JWE
- See Also:
-
JSON_PROPERTY_KEY_ID
- See Also:
-
-
Constructor Details
-
WebAuthnCredRequest
public WebAuthnCredRequest()
-
-
Method Details
-
authenticatorEnrollmentId
-
getAuthenticatorEnrollmentId
-
setAuthenticatorEnrollmentId
-
credRequestJwe
-
getCredRequestJwe
-
setCredRequestJwe
-
keyId
-
getKeyId
-
setKeyId
-
equals
-
hashCode
-
toString
-