Request parameters for createKey operation in ApiKeyApi.

ApiKeyApiCreateKeyRequest

interface ApiKeyApiCreateKeyRequest {
    app: string;
}

Properties

Properties

app: string

Name of the app using the authentication key.

ApiKeyApiCreateKey