Versions in this module Expand all Collapse all v1 v1.2.1 Nov 13, 2025 Changes in this version + type AccessToken struct + RefreshToken string + Scope string + Token string + Type string + type Error struct + Code string + RequestURI string + ResponseCode int + func (e Error) Error() string + type FormResponse struct + StatusCode int + func PostForm(c httpClient, u string, params url.Values) (*FormResponse, error) + func (f FormResponse) AccessToken() (*AccessToken, error) + func (f FormResponse) Err() error + func (f FormResponse) Get(k string) string