pingone

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2023 License: BSD-3-Clause Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AgreementManagementAPIClient added in v0.6.0

func AgreementManagementAPIClient(token *oauth2.Token) (*agreementmanagement.APIClient, error)

func AuthorizeAPIClient added in v0.4.0

func AuthorizeAPIClient(token *oauth2.Token) (*authorize.APIClient, error)

func MFAAPIClient

func MFAAPIClient(token *oauth2.Token) (*mfa.APIClient, error)

func ManagementAPIClient

func ManagementAPIClient(token *oauth2.Token) (*management.APIClient, error)

func RiskAPIClient

func RiskAPIClient(token *oauth2.Token) (*risk.APIClient, error)

Types

type Client

type Client struct {
	AgreementManagementAPIClient *agreementmanagement.APIClient
	AuthorizeAPIClient           *authorize.APIClient
	ManagementAPIClient          *management.APIClient
	MFAAPIClient                 *mfa.APIClient
	RiskAPIClient                *risk.APIClient
	Region                       model.RegionMapping
}

type Config

type Config struct {
	ClientID      string
	ClientSecret  string
	EnvironmentID string
	AccessToken   string
	Region        string
}

func (*Config) APIClient

func (c *Config) APIClient(ctx context.Context) (*Client, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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