PublicKeyCredentialRequestOptions

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

allowCredentials
void allowCredentials(Sequence!(PublicKeyCredentialDescriptor) allowCredentials)
Undocumented in source. Be warned that the author may not have intended to support it.
allowCredentials
auto allowCredentials()
Undocumented in source. Be warned that the author may not have intended to support it.
challenge
void challenge(BufferSource challenge)
Undocumented in source. Be warned that the author may not have intended to support it.
challenge
auto challenge()
Undocumented in source. Be warned that the author may not have intended to support it.
extensions
auto extensions()
Undocumented in source. Be warned that the author may not have intended to support it.
extensions
void extensions(AuthenticationExtensionsClientInputs extensions)
Undocumented in source. Be warned that the author may not have intended to support it.
rpId
void rpId(string rpId)
Undocumented in source. Be warned that the author may not have intended to support it.
rpId
string rpId()
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
void timeout(uint timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
uint timeout()
Undocumented in source. Be warned that the author may not have intended to support it.
userVerification
void userVerification(UserVerificationRequirement userVerification)
Undocumented in source. Be warned that the author may not have intended to support it.
userVerification
UserVerificationRequirement userVerification()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta