类 WebauthnLoginOption
java.lang.Object
com.webauthn4j.data.PublicKeyCredentialRequestOptions
com.publiccms.views.pojo.oauth.WebauthnLoginOption
public class WebauthnLoginOption
extends com.webauthn4j.data.PublicKeyCredentialRequestOptions
-
字段概要
字段 -
构造器概要
构造器构造器说明WebauthnLoginOption
(com.webauthn4j.data.client.challenge.Challenge challenge, Long timeout, String rpId, List<com.webauthn4j.data.PublicKeyCredentialDescriptor> allowCredentials, com.webauthn4j.data.UserVerificationRequirement userVerification, com.webauthn4j.data.extension.client.AuthenticationExtensionsClientInputs<com.webauthn4j.data.extension.client.AuthenticationExtensionClientInput> extensions) -
方法概要
从类继承的方法 com.webauthn4j.data.PublicKeyCredentialRequestOptions
equals, getAllowCredentials, getChallenge, getExtensions, getHints, getRpId, getTimeout, getUserVerification, hashCode, toString
-
字段详细资料
-
status
-
errorMessage
-
-
构造器详细资料
-
WebauthnLoginOption
public WebauthnLoginOption(com.webauthn4j.data.client.challenge.Challenge challenge, Long timeout, String rpId, List<com.webauthn4j.data.PublicKeyCredentialDescriptor> allowCredentials, com.webauthn4j.data.UserVerificationRequirement userVerification, com.webauthn4j.data.extension.client.AuthenticationExtensionsClientInputs<com.webauthn4j.data.extension.client.AuthenticationExtensionClientInput> extensions)
-
-
方法详细资料
-
getStatus
-
setStatus
-
getErrorMessage
-
setErrorMessage
-