Documentation ¶
Index ¶
Constants ¶
View Source
const ( CodecCognitoKeyJwtClaim = "CognitoJwtClaim" CodecKeyJwtClaim = "JwtClaim" CodecKeyAsStrings = "AsStrings" )
View Source
const (
TypeJwtTokenInfo = "JwtTokenInfo"
)
Variables ¶
View Source
var Codecs = codec.New( codec.NewCodec(CodecKeyJwtClaim, &gcp.JwtClaim{}, reflect.TypeOf(&jwt.Claims{})), codec.NewCodec(CodecCognitoKeyJwtClaim, &gcp.JwtClaim{}, reflect.TypeOf(&jwt.Claims{})), codec.NewCodec(CodecKeyAsStrings, &AsStrings{}, reflect.TypeOf([]string{})), )
View Source
var Types = map[string]reflect.Type{ TypeJwtTokenInfo: reflect.TypeOf(&jwt.Claims{}), }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.