Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
type Authorizer interface { autorest.Authorizer RefreshWithContext(context.Context, *logrus.Entry) (bool, error) OAuthToken() string }
func NewAuthorizer ¶
func NewAuthorizer(sp *adal.ServicePrincipalToken) Authorizer
Click to show internal directories.
Click to hide internal directories.