Documentation ¶
Index ¶
- Constants
- func OpenShiftOAuthAuthorizeURL(masterAddr string) string
- func OpenShiftOAuthTokenDisplayURL(masterAddr string) string
- func OpenShiftOAuthTokenImplicitURL(masterAddr string) string
- func OpenShiftOAuthTokenRequestURL(masterAddr string) string
- func OpenShiftOAuthTokenURL(masterAddr string) string
Constants ¶
View Source
const ( AuthorizePath = "/authorize" TokenPath = "/token" InfoPath = "/info" RequestTokenEndpoint = "/token/request" DisplayTokenEndpoint = "/token/display" ImplicitTokenEndpoint = "/token/implicit" )
View Source
const OpenShiftOAuthAPIPrefix = "/oauth"
Variables ¶
This section is empty.
Functions ¶
func OpenShiftOAuthTokenURL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.