Search Results for

    Show / Hide Table of Contents

    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 Source

    VerifyRequest(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 Source

    QrCode

    The complete content of the scanned QR code.

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