Class PublicKeyCredentialRequestOptions.Builder
java.lang.Object
com.codename1.io.webauthn.PublicKeyCredentialRequestOptions.Builder
- Enclosing class:
PublicKeyCredentialRequestOptions
public static final class PublicKeyCredentialRequestOptions.Builder
extends java.lang.Object
Fluent builder for the rare case of synthesising the options
client-side (e.g. unit tests). Use
PublicKeyCredentialRequestOptions.fromJson(String) for the
production path.- Since:
- 7.0.245
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rpId
-
challenge
-
userVerification
-
build
-