Interface GetDeveloperAppPayload

interface GetDeveloperAppPayload {
    clientId?: string;
}

Properties

Properties

clientId?: string

If you want to get a specific app, specify the client ID here (will not return the client secret).