Search Results for

    Show / Hide Table of Contents

    Class BankIdSimulatedVerifyApiClient

    Dummy implementation that simulates the BankId Verify API. Can be used for development and testing purposes.

    Inheritance
    System.Object
    BankIdSimulatedVerifyApiClient
    Implements
    IBankIdVerifyApiClient
    Namespace: ActiveLogin.Authentication.BankId.Api
    Assembly: ActiveLogin.Authentication.BankId.Api.dll
    Syntax
    public class BankIdSimulatedVerifyApiClient : object, IBankIdVerifyApiClient

    Constructors

    | Improve this Doc View Source

    BankIdSimulatedVerifyApiClient()

    Declaration
    public BankIdSimulatedVerifyApiClient()
    | Improve this Doc View Source

    BankIdSimulatedVerifyApiClient(String, String)

    Declaration
    public BankIdSimulatedVerifyApiClient(string givenName, string surname)
    Parameters
    Type Name Description
    System.String givenName
    System.String surname
    | Improve this Doc View Source

    BankIdSimulatedVerifyApiClient(String, String, String)

    Declaration
    public BankIdSimulatedVerifyApiClient(string givenName, string surname, string personalIdentityNumber)
    Parameters
    Type Name Description
    System.String givenName
    System.String surname
    System.String personalIdentityNumber
    | Improve this Doc View Source

    BankIdSimulatedVerifyApiClient(String, String, String, String)

    Declaration
    public BankIdSimulatedVerifyApiClient(string givenName, string surname, string name, string personalIdentityNumber)
    Parameters
    Type Name Description
    System.String givenName
    System.String surname
    System.String name
    System.String personalIdentityNumber

    Fields

    | Improve this Doc View Source

    Version

    Declaration
    public const string Version = null
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    VerifyAsync(VerifyRequest)

    Declaration
    public Task<VerifyResponse> VerifyAsync(VerifyRequest request)
    Parameters
    Type Name Description
    VerifyRequest request
    Returns
    Type Description
    Task<VerifyResponse>

    Implements

    IBankIdVerifyApiClient
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution