Class UafResponse

    Definition

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

    Represents FIDO response message

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

    Constructors

    View Source

    UafResponse()

    The constructor

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

    Properties

    View Source

    Response

    FIDO response message in JSON format

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string Response { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX