presentation

package
v0.0.0-...-3324f2b Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessTokenController

type AccessTokenController struct {
	Policy *sts.AccessControlPolicy
}

func (*AccessTokenController) ServeHTTP

func (c *AccessTokenController) ServeHTTP(w http.ResponseWriter, req *http.Request)

type AccessTokenRequest

type AccessTokenRequest struct {
	StsToken string `json:"token"`
}

type AccessTokenResponse

type AccessTokenResponse struct {
	Token string `json:"token"`
}

type StsTokenController

type StsTokenController struct {
	TargetAudience string
	JwksURL        string
}

func (*StsTokenController) ServeHTTP

func (c *StsTokenController) ServeHTTP(w http.ResponseWriter, req *http.Request)

type StsTokenRequest

type StsTokenRequest struct {
	OIDCToken string `json:"token"`
}

type StsTokenResponse

type StsTokenResponse struct {
	Token string `json:"token"`
}

Jump to

Keyboard shortcuts

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