Class UafResponse

Definition

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

Represents FIDO response message

C#
Copy
public class UafResponse
Inheritance
System.Object
UafResponse

Constructors

View Source

UafResponse()

The constructor

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

Properties

View Source

Response

FIDO response message in JSON format

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