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

URLs for BankID REST API.
显示文件 Open project: ActiveLogin/ActiveLogin.Authentication

Public Properties

Property 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
return 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
return Uri