Documentation
¶
Index ¶
- func CreateMVTToken(method string, reqUrl string, service string, masterPassword string, ...) (req *http.Request, err error)
- func VerifyMVTToken(tokenHeader string, tokenBody string, servicePubKey string, ...) (valid bool, payload []byte)
- func VerifyRequest(c *gin.Context) (payload []byte, serviceStr string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMVTToken ¶
func CreateMVTToken(method string, reqUrl string, service string, masterPassword string, payload interface{}, basicUser string, basicPassword string, signingKey string) (req *http.Request, err error)
CreateMVTToken will return a http.Request encoded using the MVT format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.