Interface ClientCredentials

interface ClientCredentials {
    accountId: string;
    id: string;
    label: string;
    secret: string;
    webId: string;
}

Properties

accountId: string
id: string
label: string
secret: string
webId: string