Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StaticJWTSourceProvider ¶
Types ¶
type JWTSVIDSource ¶
type JWTSVIDSource struct { JWTSource // contains filtered or unexported fields }
func NewJWTSVIDSource ¶
func (*JWTSVIDSource) FetchToken ¶
func (jss *JWTSVIDSource) FetchToken(ctx context.Context) (token string, err error)
type JWTSource ¶
type JWTSource interface { // FetchToken returns a token FetchToken(ctx context.Context) (string, error) }
JWTSource is the interface Provider uses to fetch JWTs.
type JWTSourceProvider ¶
Click to show internal directories.
Click to hide internal directories.