Versions in this module Expand all Collapse all v0 v0.0.2 Oct 14, 2024 v0.0.1 Oct 14, 2024 Changes in this version + type AuthenticationObj struct + ApiUrl url.URL + ExponentialBackOff *backoff.ExponentialBackOff + HttpClient utils.HttpClientObj + func Authenticate(httpClient utils.HttpClientObj, backoffDefinition *backoff.ExponentialBackOff, ...) (*AuthenticationObj, error) + func (authenticationObj *AuthenticationObj) GetPasswordSafeAuthentication() (entities.SignApinResponse, error) + func (authenticationObj *AuthenticationObj) GetToken(endpointUrl string, clientId string, clientSecret string) (string, error) + func (authenticationObj *AuthenticationObj) SignAppin(endpointUrl string, accessToken string) (entities.SignApinResponse, error) + func (authenticationObj *AuthenticationObj) SignOut() error