public static final class PublicKeyCredentialRequestOptions.Builder
- Object
- PublicKeyCredentialRequestOptions.Builder
Fluent builder for the rare case of synthesising the options
client-side (e.g. unit tests). Use
fromJson(String) for the
production path.Constructors
public Builder() |
Methods
Inherited methods
Constructor details
Builder
public Builder()Method details
rpId
public PublicKeyCredentialRequestOptions.Builder rpId(String v)challenge
public PublicKeyCredentialRequestOptions.Builder challenge(String base64UrlChallenge)userVerification
public PublicKeyCredentialRequestOptions.Builder userVerification(String v)build
public PublicKeyCredentialRequestOptions build()