scramclient

package
v0.0.0-...-30fe25e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SHA256 scram.HashGeneratorFcn = func() hash.Hash { return sha256.New() }
View Source
var SHA512 scram.HashGeneratorFcn = func() hash.Hash { return sha512.New() }

Functions

This section is empty.

Types

type XDG

func (*XDG) Begin

func (x *XDG) Begin(userName, password, authzID string) (err error)

Begin creates the client.

func (*XDG) Done

func (x *XDG) Done() bool

Done ends the connection.

func (*XDG) Step

func (x *XDG) Step(challenge string) (response string, err error)

Step is the adapter with the step for the client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL