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 SourceResponse(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 SourceAutoStartToken
Used as reference to this order when the client is started automatically.
Declaration
public string AutoStartToken { get; }
Property Value
Type | Description |
---|---|
System.String |
OrderRef
Used to collect the status of the order.
Declaration
public string OrderRef { get; }
Property Value
Type | Description |
---|---|
System.String |
QrStartSecret
Used to compute the animated QR code.
Declaration
public string QrStartSecret { get; }
Property Value
Type | Description |
---|---|
System.String |
QrStartToken
Used to compute the animated QR code.
Declaration
public string QrStartToken { get; }
Property Value
Type | Description |
---|---|
System.String |