Class PublicKeyCredentialRequestOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The PublicKeyCredentialRequestOptions dictionary represents the object passed to Get(CredentialRequestOptions) as the value of the publicKey option.
[ToObject]
public class PublicKeyCredentialRequestOptions
- Inheritance
-
PublicKeyCredentialRequestOptions
- Inherited Members
Remarks
It is used to request a PublicKeyCredential provided by an {{glossary("authenticator")}} that supports the Web Authentication API.
Constructors
PublicKeyCredentialRequestOptions()
public PublicKeyCredentialRequestOptions()
Fields
AllowCredentials
[Value("allowCredentials")]
public List<PublicKeyCredentialDescriptor> AllowCredentials
Field Value
Challenge
[Value("challenge")]
public required Union224 Challenge
Field Value
Extensions
[Value("extensions")]
public AuthenticationExtensionsClientInputs Extensions
Field Value
Hints
[Value("hints")]
public List<string> Hints
Field Value
RpId
[Value("rpId")]
public string RpId
Field Value
Timeout
[Value("timeout")]
public ulong Timeout
Field Value
UserVerification
[Value("userVerification")]
public string UserVerification