flask_oidc.model module¶
- class flask_oidc.model.User(ext: OpenIDConnect)[source]¶
Bases:
objectA representation of an OIDC-based user.
- Parameters:
ext (OpenIDConnect) – the extension instance
- property profile: dict[str, Any]¶
The user’s OIDC profile, if any.
- Raises:
RuntimeError – when
OIDC_USER_INFO_ENABLEDisFalsein the application’s configuration.