mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
Migrate to Go modules
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
2e2250afe8
commit
7ce266adc0
11
gateway/vendor/github.com/nats-io/jwt/claims.go
generated
vendored
11
gateway/vendor/github.com/nats-io/jwt/claims.go
generated
vendored
@ -38,12 +38,15 @@ const (
|
||||
ActivationClaim = "activation"
|
||||
//UserClaim is the type of an user JWT
|
||||
UserClaim = "user"
|
||||
//ServerClaim is the type of an server JWT
|
||||
ServerClaim = "server"
|
||||
//ClusterClaim is the type of an cluster JWT
|
||||
ClusterClaim = "cluster"
|
||||
//OperatorClaim is the type of an operator JWT
|
||||
OperatorClaim = "operator"
|
||||
|
||||
//ServerClaim is the type of an server JWT
|
||||
// Deprecated: ServerClaim is not supported
|
||||
ServerClaim = "server"
|
||||
// ClusterClaim is the type of an cluster JWT
|
||||
// Deprecated: ClusterClaim is not supported
|
||||
ClusterClaim = "cluster"
|
||||
)
|
||||
|
||||
// Claims is a JWT claims
|
||||
|
Reference in New Issue
Block a user