Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JWKCacheRefresh = 5 * time.Minute
Functions ¶
Types ¶
type BearerTransport ¶
type BearerTransport struct { Token string Transport http.RoundTripper }
type Options ¶
type Options struct { Server string `mapstructure:"server"` Name string `mapstructure:"name"` AccessKey string `mapstructure:"accessKey"` TLSCache string `mapstructure:"tlsCache"` TLSCert string `mapstructure:"tlsCert"` TLSKey string `mapstructure:"tlsKey"` SkipTLSVerify bool `mapstructure:"skipTLSVerify"` }
Click to show internal directories.
Click to hide internal directories.