Interface CompleteResponse

interface CompleteResponse {
    access_type: "offline";
    connection: string;
    created_at: string;
    expires_at?: string;
    id: string;
    scopes?: string[];
}

Properties

access_type: "offline"
connection: string
created_at: string
expires_at?: string
id: string
scopes?: string[]