Versions in this module Expand all Collapse all v0 v0.1.1 Jun 13, 2024 v0.1.0 Feb 29, 2024 Changes in this version + type Details struct + Token string + TokenName string + Username string + func (d *Details) CheckTokenScope(u *url.URL, remoteType rt.Type) (string, error) + func (d *Details) Init(u *url.URL, remoteType rt.Type) error + type User struct + Name string + Username string + func (u *User) String() string