The input of the request endpoint.

interface RequestInput {
    appId: string;
    code: string;
}

Properties

Properties

appId: string

The id of your app. Must be all lowercase with only alphanumeric characters, no spaces and between 2 and 32 characters. Regex: ^[a-z0-9_\-]{2,32}$

code: string

The code you've received from the server via RequestOutput