Class VerifyRequest
Verify request parameters.
Inheritance
System.Object
VerifyRequest
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public class VerifyRequest : object
Constructors
| Improve this Doc View SourceVerifyRequest(String)
Declaration
public VerifyRequest(string qrCode)
Parameters
Type | Name | Description |
---|---|---|
System.String | qrCode | The complete content of the scanned QR code. |
Properties
| Improve this Doc View SourceQrCode
The complete content of the scanned QR code.
Declaration
public string QrCode { get; }
Property Value
Type | Description |
---|---|
System.String |