Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func (*Proxy) CreateHandler ¶
type TokenProvider ¶
type TokenProvider interface {
GetTokenSource(ctx context.Context, audience string) (oauth2.TokenSource, error)
}
TokenProvider defines the interface for obtaining OIDC token sources
func NewDefaultTokenProvider ¶
func NewDefaultTokenProvider() TokenProvider
Click to show internal directories.
Click to hide internal directories.