Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶ added in v0.0.4
type Client ¶ added in v0.0.11
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ReadPacket ¶ added in v0.0.11
type SecretBasedAuthentication ¶ added in v0.0.5
type SecretBasedAuthentication struct {
// contains filtered or unexported fields
}
func NewSecretBasedAuthentication ¶ added in v0.0.5
func NewSecretBasedAuthentication(secret string) *SecretBasedAuthentication
func (*SecretBasedAuthentication) Authenticate ¶ added in v0.0.5
func (authentication *SecretBasedAuthentication) Authenticate(token string) bool
Click to show internal directories.
Click to hide internal directories.