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

Public Member Functions

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

Static Public Attributes

string name = "well-known/oauth-authorization-server"
 
bool requires_auth = False
 
string url = "/.well-known/oauth-authorization-server"
 

Detailed Description

View to host the OAuth2 information.

Definition at line 119 of file login_flow.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.auth.login_flow.WellKnownOAuthInfoView.get (   self,
web.Request  request 
)
Return the well known OAuth2 authorization info.

Definition at line 126 of file login_flow.py.

Member Data Documentation

◆ name

string homeassistant.components.auth.login_flow.WellKnownOAuthInfoView.name = "well-known/oauth-authorization-server"
static

Definition at line 124 of file login_flow.py.

◆ requires_auth

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

Definition at line 122 of file login_flow.py.

◆ url

string homeassistant.components.auth.login_flow.WellKnownOAuthInfoView.url = "/.well-known/oauth-authorization-server"
static

Definition at line 123 of file login_flow.py.


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