Versions in this module Expand all Collapse all v0 v0.1.1 May 12, 2022 v0.1.0 Mar 28, 2022 Changes in this version + type Token struct + Expiry string + Token string + TokenType TokenType + func NewToken(tokenType TokenType, token, expiry string) *Token + type TokenProvider interface + GetToken func(uri string) (*Token, error) + type TokenType string + const CBSTokenTypeJWT + const CBSTokenTypeSAS