Bases: BaseModel
A class to represent an OAuth flow object.
Note
The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)
authorizationUrl class-attribute
instance-attribute
authorizationUrl: Optional[AnyHttpUrl] = None
model_config class-attribute
instance-attribute
model_config = {'extra': 'allow'}
refreshUrl class-attribute
instance-attribute
refreshUrl: Optional[AnyHttpUrl] = None
scopes instance-attribute
tokenUrl class-attribute
instance-attribute
tokenUrl: Optional[AnyHttpUrl] = None