Search Results for

    Show / Hide Table of Contents

    Class Response

    Auth response result.

    Inheritance
    System.Object
    Response
    Namespace: ActiveLogin.Authentication.BankId.Api.Models
    Assembly: ActiveLogin.Authentication.BankId.Api.dll
    Syntax
    public abstract class Response : object

    Constructors

    | Improve this Doc View Source

    Response(String, String, String, String)

    Declaration
    protected Response(string orderRef, string autoStartToken, string qrStartToken, string qrStartSecret)
    Parameters
    Type Name Description
    System.String orderRef
    System.String autoStartToken
    System.String qrStartToken
    System.String qrStartSecret

    Properties

    | Improve this Doc View Source

    AutoStartToken

    Used as reference to this order when the client is started automatically.

    Declaration
    public string AutoStartToken { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OrderRef

    Used to collect the status of the order.

    Declaration
    public string OrderRef { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    QrStartSecret

    Used to compute the animated QR code.

    Declaration
    public string QrStartSecret { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    QrStartToken

    Used to compute the animated QR code.

    Declaration
    public string QrStartToken { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution