Package com.okta.sdk.resource.model
Class WebAuthnCredResponse
java.lang.Object
com.okta.sdk.resource.model.WebAuthnCredResponse
- 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 WebAuthnCredResponse
extends Object
implements Serializable
Credential response object for enrolled credential details, along with enrollment and key identifiers to associate
the credential
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthenticatorEnrollmentId
(String authenticatorEnrollmentId) credResponseJWE
(String credResponseJWE) boolean
ID for a WebAuthn Preregistration Factor in OktaEncrypted JWE of credential response from the fulfillment providerint
hashCode()
void
setAuthenticatorEnrollmentId
(String authenticatorEnrollmentId) void
setCredResponseJWE
(String credResponseJWE) toString()
-
Field Details
-
JSON_PROPERTY_AUTHENTICATOR_ENROLLMENT_ID
- See Also:
-
JSON_PROPERTY_CRED_RESPONSE_J_W_E
- See Also:
-
-
Constructor Details
-
WebAuthnCredResponse
public WebAuthnCredResponse()
-
-
Method Details
-
authenticatorEnrollmentId
-
getAuthenticatorEnrollmentId
ID for a WebAuthn Preregistration Factor in Okta- Returns:
- authenticatorEnrollmentId
-
setAuthenticatorEnrollmentId
-
credResponseJWE
-
getCredResponseJWE
Encrypted JWE of credential response from the fulfillment provider- Returns:
- credResponseJWE
-
setCredResponseJWE
-
equals
-
hashCode
public int hashCode() -
toString
-