Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClient ¶
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)
Click to show internal directories.
Click to hide internal directories.