@azure/core-amqp
Version:
Common library for amqp based azure sdks like @azure/event-hubs.
14 lines • 354 B
TypeScript
/**
* Describes the type of supported tokens.
*/
export declare enum TokenType {
/**
* The "jwt" token type. Used with AADTokenCredential.
*/
CbsTokenTypeJwt = "jwt",
/**
* The sas token type. Used with SharedKeyCredential.
*/
CbsTokenTypeSas = "servicebus.windows.net:sastoken"
}
//# sourceMappingURL=token.d.ts.map