Class BankIdSimulatedVerifyApiClient
Dummy implementation that simulates the BankId Verify API. Can be used for development and testing purposes.
Inheritance
System.Object
BankIdSimulatedVerifyApiClient
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
Returns
Implements