OIDCClientWithSecret#

class gafaelfawr.models.oidc.OIDCClientWithSecret(**data)#

Bases: OIDCClient

OpenID Connect client information with the secret.

This is returned from the initial client creation and then is used only internally and is never again returned from an API call.

Parameters:

data (Any)

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

This page was last modified on .