Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthInfo ¶
type AuthToken ¶
func (*AuthToken) Credentials ¶
type SimpleAuthWrapper ¶
type SimpleAuthWrapper struct {
Mechanism string
Inner auths.AuthenticationProvider
}
func (*SimpleAuthWrapper) Authenticate ¶
func (inst *SimpleAuthWrapper) Authenticate(t auths.AuthenticationToken) (auths.AuthenticationInfo, error)
func (*SimpleAuthWrapper) Name ¶
func (inst *SimpleAuthWrapper) Name() string
func (*SimpleAuthWrapper) Supports ¶
func (inst *SimpleAuthWrapper) Supports(t auths.AuthenticationToken) bool
Click to show internal directories.
Click to hide internal directories.