orisano/go-adal

View on GitHub
authentication_context.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

2: cannot find package "golang.org/x/oauth2/clientcredentials" in any of:
Open

    "golang.org/x/oauth2/clientcredentials"
Severity: Minor
Found in authentication_context.go by govet

exported method AuthenticationContext.Client should have comment or be unexported
Open

func (a *AuthenticationContext) Client(ctx context.Context, resource, clientID, clientSecret string) (*http.Client, error) {
Severity: Minor
Found in authentication_context.go by golint

exported function NewAuthenticationContext should have comment or be unexported
Open

func NewAuthenticationContext(tenant string, opts ...Option) (*AuthenticationContext, error) {
Severity: Minor
Found in authentication_context.go by golint

exported type AuthenticationContext should have comment or be unexported
Open

type AuthenticationContext struct {
Severity: Minor
Found in authentication_context.go by golint

There are no issues that match your filters.

Category
Status