Versions in this module Expand all Collapse all v0 v0.1.27 Apr 3, 2022 v0.1.26 Mar 31, 2022 Changes in this version + func NewTokenCtx(ctx context.Context, token *Token) context.Context + type Token struct + Audience string + AuthTime int64 + Claims map[string]interface{} + Expires int64 + IssuedAt int64 + Issuer string + Subject string + UID string + func TokenFromCtx(ctx context.Context) *Token