n8n-nodes-base
Version:
Base nodes of n8n
27 lines • 759 B
TypeScript
export declare const credentials: {
microsoftSharePointOAuth2Api: {
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;
refresh_token: string;
id_token: string;
callbackQueryString: {
session_state: string;
};
};
subdomain: string;
baseUrl: string;
};
};
//# sourceMappingURL=credentials.d.ts.map