CADCUserInfo#

class gafaelfawr.models.userinfo.CADCUserInfo(**data)#

Bases: BaseModel

User metadata required by the CADC authentication code.

This model is hopefully temporary and will be retired by merging the CADC support with the OpenID Connect support.

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