Class WebAuthn
Security key information specific to the Web Authentication protocol.
Implements
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1beta.Data
Assembly: Google.Apis.CloudOSLogin.v1beta.dll
Syntax
public class WebAuthn : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RpId
Relying party ID for Web Authentication.
Declaration
[JsonProperty("rpId")]
public virtual string RpId { get; set; }
Property Value
Type | Description |
---|---|
string |