The access key exported from the Laserfiche Developer Console.

interface AccessKey {
    clientId: string;
    customerId: string;
    domain: string;
    jwk: JWK;
}

Properties

clientId: string

The client ID for the application. You can find the client ID on the Laserfiche Developer Console config page for your application

customerId: string

The account ID associated to the application

domain: string

The domain for the API environment

jwk: JWK

The application's json web key.