Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Client *cfclient.Client UAARefresher *UAATokenRefresher }
Client is the PCF API Client
type UAATokenRefresher ¶
type UAATokenRefresher struct {
// contains filtered or unexported fields
}
UAATokenRefresher ...
func NewUAATokenRefresher ¶
func NewUAATokenRefresher(authEndpoint string, clientID string, clientSecret string, skipSSLValidation bool, ) (*UAATokenRefresher, error)
NewUAATokenRefresher ...
func (*UAATokenRefresher) RefreshAuthToken ¶
func (uaa *UAATokenRefresher) RefreshAuthToken() (string, error)
RefreshAuthToken ...
Click to show internal directories.
Click to hide internal directories.