client

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthClient

type AuthClient interface {
	TokenSource(ctx context.Context, grantType auth.GrantType) (oauth2.TokenSource, error)
	BrowserLoginAvailable(grantType auth.GrantType) bool
}

type AuthClientFactory

type AuthClientFactory interface {
	NewAuthClient() (AuthClient, error)
}

type PingOneClientAuthWrapper

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

func NewPingOneClientAuthWrapper

func NewPingOneClientAuthWrapper(serverVersion, environmentId string) *PingOneClientAuthWrapper

func (*PingOneClientAuthWrapper) BrowserLoginAvailable

func (p *PingOneClientAuthWrapper) BrowserLoginAvailable(grantType auth.GrantType) bool

func (*PingOneClientAuthWrapper) TokenSource

func (p *PingOneClientAuthWrapper) TokenSource(ctx context.Context, grantType auth.GrantType) (oauth2.TokenSource, error)

type PingOneClientAuthWrapperFactory

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

func NewPingOneClientAuthWrapperFactory

func NewPingOneClientAuthWrapperFactory(serverVersion, environmentId string) *PingOneClientAuthWrapperFactory

func (*PingOneClientAuthWrapperFactory) NewAuthClient

func (f *PingOneClientAuthWrapperFactory) NewAuthClient() (AuthClient, error)

Jump to

Keyboard shortcuts

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