Class PublicKeyCredentialDescriptorJSON
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class PublicKeyCredentialDescriptorJSON
- Inheritance
-
PublicKeyCredentialDescriptorJSON
- Inherited Members
-
Constructors
PublicKeyCredentialDescriptorJSON()
public PublicKeyCredentialDescriptorJSON()
Fields
Id
[Value("id")]
public required string Id
Field Value
- string
Transports
[Value("transports")]
public List<string> Transports
Field Value
- List<string>
Type
[Value("type")]
public required string Type
Field Value
- string