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 Details

    • JSON_PROPERTY_AUTHENTICATOR_ENROLLMENT_ID

      public static final String JSON_PROPERTY_AUTHENTICATOR_ENROLLMENT_ID
      See Also:
    • JSON_PROPERTY_CRED_RESPONSE_J_W_E

      public static final String JSON_PROPERTY_CRED_RESPONSE_J_W_E
      See Also:
  • Constructor Details

    • WebAuthnCredResponse

      public WebAuthnCredResponse()
  • Method Details

    • authenticatorEnrollmentId

      public WebAuthnCredResponse authenticatorEnrollmentId(String authenticatorEnrollmentId)
    • getAuthenticatorEnrollmentId

      @Nullable public String getAuthenticatorEnrollmentId()
      ID for a WebAuthn Preregistration Factor in Okta
      Returns:
      authenticatorEnrollmentId
    • setAuthenticatorEnrollmentId

      public void setAuthenticatorEnrollmentId(String authenticatorEnrollmentId)
    • credResponseJWE

      public WebAuthnCredResponse credResponseJWE(String credResponseJWE)
    • getCredResponseJWE

      @Nullable public String getCredResponseJWE()
      Encrypted JWE of credential response from the fulfillment provider
      Returns:
      credResponseJWE
    • setCredResponseJWE

      public void setCredResponseJWE(String credResponseJWE)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object