OauthFlowObj
faststream.asyncapi.schema.security.OauthFlowObj #
Bases: BaseModel
A class to represent an OAuth flow object.
ATTRIBUTE | DESCRIPTION |
---|---|
authorizationUrl | Optional[AnyHttpUrl] : The URL for authorization
|
tokenUrl | Optional[AnyHttpUrl] : The URL for token
|
refreshUrl | Optional[AnyHttpUrl] : The URL for refresh
|
scopes | Dict[str, str] : The scopes for the OAuth flow
|