Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder func(clientID string) TransportCredentials
type ClientSecret ¶
func NewClientSecret ¶
func NewClientSecret(clientID, clientSecret string) *ClientSecret
func (*ClientSecret) Transport ¶
func (c *ClientSecret) Transport() http.RoundTripper
type Default ¶
type Default struct{}
func (*Default) Transport ¶
func (c *Default) Transport() http.RoundTripper
type TransportCredentials ¶
type TransportCredentials interface {
Transport() http.RoundTripper
}
func NewDefault ¶
func NewDefault() TransportCredentials
Click to show internal directories.
Click to hide internal directories.