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-03T19:34:39.101116704Z[Etc/UTC]", 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 Details

  • Constructor Details

    • WebAuthnCredRequest

      public WebAuthnCredRequest()
  • Method Details

    • authenticatorEnrollmentId

      public WebAuthnCredRequest authenticatorEnrollmentId(String authenticatorEnrollmentId)
    • getAuthenticatorEnrollmentId

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

      public void setAuthenticatorEnrollmentId(String authenticatorEnrollmentId)
    • credRequestJwe

      public WebAuthnCredRequest credRequestJwe(String credRequestJwe)
    • getCredRequestJwe

      @Nullable public String getCredRequestJwe()
      Encrypted JWE of credential request for the fulfillment provider
      Returns:
      credRequestJwe
    • setCredRequestJwe

      public void setCredRequestJwe(String credRequestJwe)
    • keyId

      public WebAuthnCredRequest keyId(String keyId)
    • getKeyId

      @Nullable public String getKeyId()
      ID for the Okta response key-pair used to encrypt and decrypt credential requests and responses
      Returns:
      keyId
    • setKeyId

      public void setKeyId(String keyId)
    • 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