Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
AccessSecret []byte
Issuer string // e.g. "gochat"
Audience string // e.g. "api" (or "ws" if you prefer)
Leeway time.Duration
Sessions *helper.SessionVersionChecker
}
Click to show internal directories.
Click to hide internal directories.