kubernetes-client-0.2.0.0: Client library for Kubernetes
Kubernetes.Client.Auth.OIDC
oidcAuth :: DetectAuth Source #
type OIDCCache = TVar (Map (Text, Text) OIDCAuth) Source #
Cache OIDCAuth based on issuerURL and clientID.
cachedOIDCAuth :: OIDCCache -> DetectAuth Source #