# Functions
CreateConnectionStringWithSharedAccessSignature generates a new connection string with an embedded SharedAccessSignature and expiration.
NewSigner builds a new SAS signer for use in generation Service Bus and Event Hub SAS tokens.
NewTokenProvider builds a SAS claims-based security token provider.
TokenProviderWithKey configures a SAS TokenProvider to use the given key name and key (secret) for signing.
TokenProviderWithSAS configures the token provider with a pre-created SharedAccessSignature.
# Type aliases
No description provided by the author