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 SourceVerifyAsync(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> |