Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessTokenController ¶
type AccessTokenController struct {
Policy *sts.AccessControlPolicy
}
func (*AccessTokenController) ServeHTTP ¶
func (c *AccessTokenController) ServeHTTP(w http.ResponseWriter, req *http.Request)
type AccessTokenRequest ¶
type AccessTokenRequest struct {
StsToken string `json:"token"`
}
type AccessTokenResponse ¶
type AccessTokenResponse struct {
Token string `json:"token"`
}
type StsTokenController ¶
func (*StsTokenController) ServeHTTP ¶
func (c *StsTokenController) ServeHTTP(w http.ResponseWriter, req *http.Request)
type StsTokenRequest ¶
type StsTokenRequest struct {
OIDCToken string `json:"token"`
}
type StsTokenResponse ¶
type StsTokenResponse struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.