APIConfig#

class gafaelfawr.models.auth.APIConfig(**data)#

Bases: BaseModel

Configuration information for the API.

Supplemental information about the Gafaelfawr configuration that is useful to a UI and therefore is returned as part of a login response.

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].