export ApiKey

interface ApiKey {
    ClientId?: null | string;
    ClientSecret?: null | string;
}

Properties

ClientId?: null | string
ClientSecret?: null | string