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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.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
ID for a WebAuthn Preregistration Factor in Okta- Returns:
- authenticatorEnrollmentId
-
setAuthenticatorEnrollmentId
-
credRequestJwe
-
getCredRequestJwe
Encrypted JWE of credential request for the fulfillment provider- Returns:
- credRequestJwe
-
setCredRequestJwe
-
keyId
-
getKeyId
ID for the Okta response key-pair used to encrypt and decrypt credential requests and responses- Returns:
- keyId
-
setKeyId
-
equals
-
hashCode
public int hashCode() -
toString
-