Versions in this module Expand all Collapse all v1 v1.0.0 Aug 17, 2023 Changes in this version + func NewRouter(auth Auth) *authRouter + type Auth struct + Password string + Secret string + User string + func (a Auth) IsValid() bool + type TokenResponse struct + AccessToken string + ExpiresIn int + IssuedAt time.Time + RefreshToken string + Token string