Documentation
¶
Index ¶
Constants ¶
View Source
const ( HMACSignaturePrefix = "dumbproxy grant token v1" HMACSignatureSize = 32 )
Variables ¶
This section is empty.
Functions ¶
func CalculateHMACSignature ¶
Types ¶
type HMACToken ¶
type HMACToken struct {
Expire int64
Signature [HMACSignatureSize]byte
}
Click to show internal directories.
Click to hide internal directories.