Documentation ¶
Index ¶
Constants ¶
View Source
const SIGNATURE_SCHEME_HEADER = "X-Restate-Signature-Scheme"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeySetV1 ¶
func ParseKeySetV1 ¶
type SignatureScheme ¶
type SignatureScheme string
const ( JWT_HEADER = "X-Restate-Jwt-V1" SchemeV1 SignatureScheme = "v1" )
var (
SchemeUnsigned SignatureScheme = "unsigned"
)
Click to show internal directories.
Click to hide internal directories.