Search Results for

    Show / Hide Table of Contents

    Class BankIdVerifyApiClientExtensions

    Inheritance
    System.Object
    BankIdVerifyApiClientExtensions
    Namespace: ActiveLogin.Authentication.BankId.Api
    Assembly: ActiveLogin.Authentication.BankId.Api.dll
    Syntax
    public static class BankIdVerifyApiClientExtensions : object

    Methods

    | Improve this Doc View Source

    VerifyAsync(IBankIdVerifyApiClient, String)

    Perform verification of digital ID card from BankID.

    Declaration
    public static Task<VerifyResponse> VerifyAsync(this IBankIdVerifyApiClient apiClient, string qrCode)
    Parameters
    Type Name Description
    IBankIdVerifyApiClient apiClient

    The IBankIdAppApiClient instance.

    System.String qrCode

    The complete content of the scanned QR code.

    Returns
    Type Description
    Task<VerifyResponse>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution