get_url

package
v0.1.27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ComponentName = "get_auth_url"
	RequestPort   = "request"
	ResponsePort  = "response"
	ErrorPort     = "error"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component struct {
	// contains filtered or unexported fields
}

func (*Component) GetInfo

func (a *Component) GetInfo() module.ComponentInfo

func (*Component) Handle

func (a *Component) Handle(ctx context.Context, output module.Handler, port string, msg interface{}) error

func (*Component) Instance

func (a *Component) Instance() module.Component

func (*Component) Ports

func (a *Component) Ports() []module.Port

type Context

type Context any

type Error

type Error struct {
	Context Context `json:"context"`
	Error   string  `json:"error"`
}

type Request

type Request struct {
	Context       Context          `json:"context,omitempty" title:"Context" configurable:"true"`
	Config        etc.ClientConfig `json:"config" required:"true" title:"Client credentials"`
	AccessType    string           `json:"accessType" title:"Type of access" enum:"offline,online" enumTitles:"Offline,Online" required:"true"`
	ApprovalForce bool             `json:"approvalForce" title:"ApprovalForce" required:"true"`
}

type Response

type Response struct {
	Context Context `json:"context"`
	AuthUrl string  `json:"authUrl" format:"uri"`
}

type Settings

type Settings struct {
	EnableErrorPort bool `` /* 137-byte string literal not displayed */
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL