C# Class ActiveLogin.Authentication.BankId.Api.BankIdUrls

URLs for BankID REST API.
Afficher le fichier Open project: ActiveLogin/ActiveLogin.Authentication

Méthodes publiques

Свойство Type Description
ProductionApiBaseUrl Uri
TestApiBaseUrl Uri

Property Details

ProductionApiBaseUrl public_oe static_oe property

Base url for production API. Needs to be used in conjunction with a production certificate.
public static Uri ProductionApiBaseUrl
Résultat Uri

TestApiBaseUrl public_oe static_oe property

Base url for test API. Needs to be used in conjunction with the test certificate.
public static Uri TestApiBaseUrl
Résultat Uri