connector

package
v1.15.1 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package connector provides helper methods that provides client.Connector, required to call VMC APIs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authenticator

type Authenticator interface {
	Authenticate() error
}

type Wrapper added in v1.12.0

type Wrapper struct {
	client.Connector
	RefreshToken string
	ClientID     string
	ClientSecret string
	OrgID        string
	VmcURL       string
	CspURL       string
}

func CopyWrapper added in v1.13.0

func CopyWrapper(original Wrapper) *Wrapper

func (*Wrapper) Authenticate added in v1.12.0

func (c *Wrapper) Authenticate() error

Jump to

Keyboard shortcuts

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