Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSet = wire.NewSet( NewAuthService, wire.Bind(new(AuthServiceInterface), new(*AuthService)), )
Functions ¶
func ReadPassword ¶
Types ¶
type AuthService ¶
type AuthService struct {
// contains filtered or unexported fields
}
func NewAuthService ¶
func NewAuthService(client auth.ClientInterface) *AuthService
func (*AuthService) AcquireCredentials ¶
func (s *AuthService) AcquireCredentials() error
func (*AuthService) Login ¶
func (s *AuthService) Login() error
func (*AuthService) SessionToken ¶
func (s *AuthService) SessionToken() api.Token
type AuthServiceInterface ¶
Click to show internal directories.
Click to hide internal directories.