microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6a465861663d7c6f9433e89c6f6619df320dcef3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

lib/app-center-node-client/src/appCenterClientCredentials.d.ts

13lines · modecode

1/*
2 * Code generated by Microsoft (R) SwaggerTools.
3 * Changes may cause incorrect behavior and will be lost if the code is
4 * regenerated.
5 */
6
7declare class AppCenterClientCredentials {
8 constructor(getToken: Promise<any>);
9
10 signRequest(request: any, callback: any);
11}
12
13export = AppCenterClientCredentials;
14