Namespace ActiveLogin.Authentication.BankId.Api
Classes
BankIdApiConverters
Parsers and converters for data in the BankID API.
BankIdApiException
Exception that wraps any error returned by the BankID API.
BankIdAppApiClient
HTTP based client for the BankID App API.
BankIdAppApiClientExtensions
Extensions to enable easier access to common api scenarios.
BankIdErrorSimulatedApiClientDecorator
This decorator simulates errors from the BankID API.
An error is thrown with a probability of errorRate
.
The error is one of the errors in errors
.
An error is thrown only once for each session.
The session is based on the OrderRef property.
BankIdSimulatedAppApiClient
Dummy implementation that simulates the BankId App API. Can be used for development and testing purposes.
BankIdSimulatedAppApiClient.CollectState
BankIdSimulatedVerifyApiClient
Dummy implementation that simulates the BankId Verify API. Can be used for development and testing purposes.
BankIdUrls
URLs for BankID REST API.
BankIdUserVisibleDataFormats
BankIdVerifyApiClient
HTTP based client for the BankID Verify API.
BankIdVerifyApiClientExtensions
Interfaces
IBankIdAppApiClient
BankID API Client that defines the supported methods as defined in the document "BankID Relying Party Guidelines".
IBankIdEndUserDeviceData
IBankIdVerifyApiClient
BankID Verify API Client.