Class UafMessage

Definition

Namespace:
Tizen.Account.FidoClient
Assembly:
Tizen.Account.FidoClient.dll
API Level:
3

The FIDO message received from the relying party server

C#
Copy
public class UafMessage
Inheritance
System.Object
UafMessage

Constructors

View Source

UafMessage()

The constructor

Declaration
C#
Copy
public UafMessage()
API Level: 3

Properties

View Source

Operation

The FIDO message in JSON format which is received from the relying party server

Declaration
C#
Copy
public string Operation { get; set; }
Property Value
Type Description
System.String
API Level: 3