Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.auth.login_flow.AuthProvidersView Class Reference
Inheritance diagram for homeassistant.components.auth.login_flow.AuthProvidersView:
[legend]
Collaboration diagram for homeassistant.components.auth.login_flow.AuthProvidersView:
[legend]

Public Member Functions

web.Response get (self, web.Request request)
 

Static Public Attributes

string name = "api:auth:providers"
 
bool requires_auth = False
 
string url = "/auth/providers"
 

Detailed Description

View to get available auth providers.

Definition at line 141 of file login_flow.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.auth.login_flow.AuthProvidersView.get (   self,
web.Request  request 
)
Get available auth providers.

Definition at line 148 of file login_flow.py.

Member Data Documentation

◆ name

string homeassistant.components.auth.login_flow.AuthProvidersView.name = "api:auth:providers"
static

Definition at line 145 of file login_flow.py.

◆ requires_auth

bool homeassistant.components.auth.login_flow.AuthProvidersView.requires_auth = False
static

Definition at line 146 of file login_flow.py.

◆ url

string homeassistant.components.auth.login_flow.AuthProvidersView.url = "/auth/providers"
static

Definition at line 144 of file login_flow.py.


The documentation for this class was generated from the following file: