Documentation ¶
Index ¶
- Constants
- func DefaultRestConfig() (*restclient.Config, error)
- func GetAuthString(in *restclient.Config) (string, error)
- func GetBasicAuthToken(in *restclient.Config) (string, error)
- func GetBasicRestConfig(username, password string) (*restclient.Config, error)
- func GetBearerRestConfig(token string) (*restclient.Config, error)
- func GetBearerToken(in *restclient.Config) (string, error)
- func GetRestConfig(token string) (*restclient.Config, error)
- func IsBasicAuthScheme(token string) bool
- func IsBearerAuthScheme(token string) bool
Constants ¶
View Source
const ( BasicAuthScheme = "Basic" BearerAuthScheme = "Bearer" )
Variables ¶
This section is empty.
Functions ¶
func DefaultRestConfig ¶
func DefaultRestConfig() (*restclient.Config, error)
get the default one from the filesystem
func GetAuthString ¶
func GetAuthString(in *restclient.Config) (string, error)
Return the AuthString include Auth type(Basic or Bearer)
func GetBasicAuthToken ¶
func GetBasicAuthToken(in *restclient.Config) (string, error)
func GetBasicRestConfig ¶
func GetBasicRestConfig(username, password string) (*restclient.Config, error)
convert a basic token (username, password) into a REST config
func GetBearerRestConfig ¶
func GetBearerRestConfig(token string) (*restclient.Config, error)
convert a bearer token into a REST config
func GetBearerToken ¶
func GetBearerToken(in *restclient.Config) (string, error)
convert the REST config into a bearer token
func GetRestConfig ¶
func GetRestConfig(token string) (*restclient.Config, error)
func IsBasicAuthScheme ¶
func IsBearerAuthScheme ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.