Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRequest ¶
type AuthResponse ¶
type Authenticate ¶
type Authenticate interface { GetAccessToken() string InitiateTokenRenewal() }
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
func InitAuthenticator ¶
func InitAuthenticator() *Authenticator
func (*Authenticator) GetAccessToken ¶
func (a *Authenticator) GetAccessToken() (string, error)
func (*Authenticator) InitiateTokenRenewal ¶
func (a *Authenticator) InitiateTokenRenewal()
Click to show internal directories.
Click to hide internal directories.