n8n-nodes-base
Version:
Base nodes of n8n
30 lines • 795 B
TypeScript
export declare const credentials: {
azureStorageOAuth2Api: {
grantType: string;
authUrl: string;
accessTokenUrl: string;
clientId: string;
clientSecret: string;
scope: string;
authQueryParameters: string;
authentication: string;
oauthTokenData: {
token_type: string;
scope: string;
expires_in: number;
ext_expires_in: number;
access_token: string;
callbackQueryString: {
session_state: string;
};
};
account: string;
baseUrl: string;
};
azureStorageSharedKeyApi: {
account: string;
key: string;
baseUrl: string;
};
};
//# sourceMappingURL=credentials.d.ts.map