Documentation ¶
Index ¶
Constants ¶
View Source
const ( BaseURL = "https://mysmob.api.connect.skoda-auto.cz" CodeExchangeURL = BaseURL + "/api/v1/authentication/exchange-authorization-code?tokenType=CONNECT" RefreshTokenURL = BaseURL + "/api/v1/authentication/refresh-token?tokenType=CONNECT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func (*Service) TokenSource ¶
func (v *Service) TokenSource(token *vag.Token) vag.TokenSource
TokenSource creates token source. Token is refreshed automatically.
Click to show internal directories.
Click to hide internal directories.