Class UafResponse

Definition

Namespace:
Tizen.Account.FidoClient
Assembly:
Tizen.Account.FidoClient.dll

Represents FIDO response message

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public class UafResponse
Inheritance
object
UafResponse

Constructors

View Source

UafResponse()

The constructor

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public UafResponse()

Properties

View Source

Response

FIDO response message in JSON format

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Response { get; set; }
Property Value
Type Description
string