src/oidc_auth
OpenIDConnectAuth
class OpenIDConnectAuth implements Authenticator decodeJWT
public static decodeJWT(token: string): JwtObj | null applyAuthentication
Setup the authentication header for oidc authed clientsParameters
user user info
opts request options
overrideClient for testing, a preconfigured oidc client
public async applyAuthentication(
user: User, opts: https.RequestOptions, overrideClient?: any, ): Promise<void>