Versions in this module Expand all Collapse all v1 v1.0.0 Nov 5, 2024 v0 v0.0.1 Nov 4, 2024 Changes in this version + type Auth struct + func New(domain, audience string) (*Auth, error) + func (a *Auth) ParseToken(ctx context.Context, token string) (*domain.SubjectInformation, error)