/** * 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