oidc

package
v0.0.0-...-4c11209 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Session

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

func New

func New(ctx context.Context, config SessionConfig) (*Session, error)

func (*Session) Client

func (sess *Session) Client(ctx context.Context) *http.Client

type SessionConfig

type SessionConfig struct {
	ProviderURL  string
	ClientID     string
	ClientSecret string
	Scopes       []string
}

Jump to

Keyboard shortcuts

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