Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JWTClaimOAuth2CSRF ¶
type JWTClaimUser ¶
type KeyPairClaim ¶
type KeyPairClaim struct { *json.RawMessage jwt.RegisteredClaims }
type KeypairJWT ¶
type KeypairJWT struct {
// contains filtered or unexported fields
}
func (*KeypairJWT) Sign ¶
func (k *KeypairJWT) Sign(podName string, data json.RawMessage) (string, error)
func (*KeypairJWT) Verify ¶
func (k *KeypairJWT) Verify(t string) (*jwt.Token, error)
Click to show internal directories.
Click to hide internal directories.