Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericHttp ¶ added in v0.2.0
type GenericHttp struct { Endpoint string Method string Parameters []common.JSONProperty Headers []common.JSONProperty ContentType string auth_credentials.AuthCredentials }
func (*GenericHttp) Call ¶ added in v0.2.0
func (h *GenericHttp) Call(pipeline common.AuthPipeline, ctx context.Context) (interface{}, error)
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) GetResourcesByURI ¶
func (*Provider) GetTokenURL ¶
Click to show internal directories.
Click to hide internal directories.