interface RequestTokenResponse {
    result: {
        access_token: string;
    };
}

Properties

Properties

result: {
    access_token: string;
}

Type declaration

  • access_token: string