Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SHA512 scram.HashGeneratorFcn = sha512.New
)
Functions ¶
This section is empty.
Types ¶
type XDGSCRAMClient ¶
type XDGSCRAMClient struct { *scram.Client *scram.ClientConversation scram.HashGeneratorFcn }
func (*XDGSCRAMClient) Begin ¶
func (x *XDGSCRAMClient) Begin(username, password, authID string) (err error)
func (*XDGSCRAMClient) Done ¶
func (x *XDGSCRAMClient) Done() bool
Click to show internal directories.
Click to hide internal directories.