Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2021 Changes in this version + const RefreshTokenInterval + const TokenLength + type Authz struct + func New() *Authz + func (a *Authz) GetToken() string + func (a *Authz) GetTokenExpiresTime() time.Time + func (a *Authz) IsValid(token string) bool + func (a *Authz) PrintToken() + func (a *Authz) Stop()