PublicKeyCredentialCreationOptions

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

attestation
void attestation(AttestationConveyancePreference attestation)
Undocumented in source. Be warned that the author may not have intended to support it.
attestation
AttestationConveyancePreference attestation()
Undocumented in source. Be warned that the author may not have intended to support it.
authenticatorSelection
void authenticatorSelection(AuthenticatorSelectionCriteria authenticatorSelection)
Undocumented in source. Be warned that the author may not have intended to support it.
authenticatorSelection
auto authenticatorSelection()
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.
excludeCredentials
void excludeCredentials(Sequence!(PublicKeyCredentialDescriptor) excludeCredentials)
Undocumented in source. Be warned that the author may not have intended to support it.
excludeCredentials
auto excludeCredentials()
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.
extensions
auto extensions()
Undocumented in source. Be warned that the author may not have intended to support it.
pubKeyCredParams
void pubKeyCredParams(Sequence!(PublicKeyCredentialParameters) pubKeyCredParams)
Undocumented in source. Be warned that the author may not have intended to support it.
pubKeyCredParams
auto pubKeyCredParams()
Undocumented in source. Be warned that the author may not have intended to support it.
rp
void rp(PublicKeyCredentialRpEntity rp)
Undocumented in source. Be warned that the author may not have intended to support it.
rp
auto rp()
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.
user
void user(PublicKeyCredentialUserEntity user)
Undocumented in source. Be warned that the author may not have intended to support it.
user
auto user()
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