zendesk-messaging-client
    Preparing search index...

    Type Alias AppKey

    type AppKey = {
        displayName?: string;
        id?: string;
        secret?: string;
    }
    Index

    Properties

    displayName?: string

    The name of the API key.

    id?: string

    The unique ID of the API key, used when signing JWTs or accessing the API using Basic Authentication.

    secret?: string

    The secret of the API key, used when signing JWTs or accessing the API using Basic Authentication