Documentation ¶
Index ¶
- func AuthInfoWriter(token repository.TokenRepository, config repository.ConfigRepository, ...) runtime.ClientAuthInfoWriter
- func Basic(username, password string) runtime.ClientAuthInfoWriter
- func Bearer(token string) runtime.ClientAuthInfoWriter
- func ConfigRepo(configRepo repository.ConfigRepository) runtime.ClientAuthInfoWriter
- func Cookie(tokenRepo repository.TokenRepository, key string) runtime.ClientAuthInfoWriter
- func CookieValue(key, value string) runtime.ClientAuthInfoWriter
- func Error(err error) runtime.ClientAuthInfoWriter
- func TokenRepo(tokenRepo repository.TokenRepository) runtime.ClientAuthInfoWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthInfoWriter ¶
func AuthInfoWriter(token repository.TokenRepository, config repository.ConfigRepository, outerValues [][]string, key string) runtime.ClientAuthInfoWriter
AuthInfoWriter called by the existing security from the wrapper
func Basic ¶
func Basic(username, password string) runtime.ClientAuthInfoWriter
func Bearer ¶
func Bearer(token string) runtime.ClientAuthInfoWriter
func ConfigRepo ¶
func ConfigRepo(configRepo repository.ConfigRepository) runtime.ClientAuthInfoWriter
func Cookie ¶
func Cookie(tokenRepo repository.TokenRepository, key string) runtime.ClientAuthInfoWriter
func CookieValue ¶
func CookieValue(key, value string) runtime.ClientAuthInfoWriter
func Error ¶
func Error(err error) runtime.ClientAuthInfoWriter
func TokenRepo ¶
func TokenRepo(tokenRepo repository.TokenRepository) runtime.ClientAuthInfoWriter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.