/opt/canhelp/node_modules/google-auth-library/build/src/gtoken
Edit: /opt/canhelp/node_modules/google-auth-library/build/src/gtoken/revokeToken.d.ts (419B)
import { Transporter } from './tokenOptions';
/**
* Revokes a given access token.
* @param accessToken The access token to revoke.
* @param transporter The transporter to make the request with.
* @returns A promise that resolves with the revocation response.
*/
declare function revokeToken(accessToken: string, transporter: Transporter): Promise
>;
export { revokeToken };