Interface IRequestTokenResponse

interface IRequestTokenResponse {
    sid: string;
    submit_url?: string;
}

Hierarchy (view full)

Properties

Properties

sid: string
submit_url?: string