...

Source file src/github.com/redhat-developer/odo/pkg/auth/interface.go

Documentation: github.com/redhat-developer/odo/pkg/auth

     1  package auth
     2  
     3  type Client interface {
     4  	Login(server, username, password, token, caAuth string, skipTLS bool) error
     5  }
     6  

View as plain text