OIDCConfig

class gafaelfawr.config.OIDCConfig(client_id: str, client_secret: str, login_url: str, login_params: Mapping[str, str], redirect_url: str, token_url: str, scopes: Tuple[str, ...], issuer: str, audience: str, key_ids: Tuple[str, ...])

Bases: object

Configuration for OpenID Connect authentication.