Versions in this module Expand all Collapse all v0 v0.1.1 May 4, 2024 Changes in this version + type Token struct + AccessToken string + CharacterID int32 + CharacterName string + ExpiresAt time.Time + RefreshToken string + TokenType string + func Authenticate(ctx context.Context, client *http.Client, scopes []string) (*Token, error) + func RefreshToken(client *http.Client, refreshToken string) (*Token, error) v0.1.0 May 4, 2024