Interface iCreateInternalActionSuccessResponse

interface iCreateInternalActionSuccessResponse {
    clientId: string;
    clientSecret: string;
}

Implemented by

Properties

clientId: string

Client ID for the internal action.

clientSecret: string

Client secret for the internal action.