Search Results for

    Show / Hide Table of Contents

    Class BankIdUrls

    URLs for BankID REST API.

    Inheritance
    System.Object
    BankIdUrls
    Namespace: ActiveLogin.Authentication.BankId.Api
    Assembly: ActiveLogin.Authentication.BankId.Api.dll
    Syntax
    public static class BankIdUrls : object

    Fields

    | Improve this Doc View Source

    AppApiProductionBaseUrl

    Base url for production API. Needs to be used in conjunction with a production certificate.

    Declaration
    public static readonly Uri AppApiProductionBaseUrl
    Field Value
    Type Description
    Uri
    | Improve this Doc View Source

    AppApiTestBaseUrl

    Base url for test API. Needs to be used in conjunction with the test certificate.

    Declaration
    public static readonly Uri AppApiTestBaseUrl
    Field Value
    Type Description
    Uri
    | Improve this Doc View Source

    AppApiVersion

    Declaration
    public const string AppApiVersion = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    VerifyApiProductionBaseUrl

    Base url for production API. Needs to be used in conjunction with a production certificate.

    Declaration
    public static readonly Uri VerifyApiProductionBaseUrl
    Field Value
    Type Description
    Uri
    | Improve this Doc View Source

    VerifyApiTestBaseUrl

    Base url for test API. Needs to be used in conjunction with the test certificate.

    Declaration
    public static readonly Uri VerifyApiTestBaseUrl
    Field Value
    Type Description
    Uri
    | Improve this Doc View Source

    VerifyApiVersion

    Declaration
    public const string VerifyApiVersion = null
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution