Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for OpenIdConnect (0.13 seconds)

  1. fastapi/openapi/models.py

        flows: OAuthFlows
    
    
    class OpenIdConnect(SecurityBase):
        type_: SecuritySchemeType = Field(
            default=SecuritySchemeType.openIdConnect, alias="type"
        )
        openIdConnectUrl: str
    
    
    SecurityScheme = APIKey | HTTPBase | OAuth2 | OpenIdConnect | HTTPBearer
    
    
    class Components(BaseModelWithConfig):
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 14.2K bytes
    - Click Count (0)
Back to Top