Documentation ¶
Overview ¶
Package auth provides an abstraction over claims-based security for Azure Event Hub and Service Bus.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct { // TokenType is the type of CBS token TokenType TokenType Token string Expiry string }
Token contains all of the information to negotiate authentication
type TokenProvider ¶
TokenProvider abstracts the fetching of authentication tokens
Click to show internal directories.
Click to hide internal directories.