oidc

package
v1.32.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessToken

type AccessToken struct {
	AccessToken string
	TokenType   string
	// contains filtered or unexported fields
}

type AccessTokenSupplier

type AccessTokenSupplier struct {
	Config *AccessTokenSupplierConfig
	// contains filtered or unexported fields
}

func (*AccessTokenSupplier) GetAuthorizationHeaderValue

func (s *AccessTokenSupplier) GetAuthorizationHeaderValue() (string, error)

func (*AccessTokenSupplier) GetRawTokenValue

func (s *AccessTokenSupplier) GetRawTokenValue() (string, error)

type AccessTokenSupplierConfig

type AccessTokenSupplierConfig struct {
	ClientId       string
	ClientSecret   string
	TokenIssuerUrl string
	Audience       string
}

Jump to

Keyboard shortcuts

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