|
| web.Response | get (self, web.Request request) |
| |
|
| string | name = "well-known/oauth-authorization-server" |
| |
| bool | requires_auth = False |
| |
| string | url = "/.well-known/oauth-authorization-server" |
| |
View to host the OAuth2 information.
Definition at line 119 of file login_flow.py.
◆ 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.
◆ name
| string homeassistant.components.auth.login_flow.WellKnownOAuthInfoView.name = "well-known/oauth-authorization-server" |
|
static |
◆ requires_auth
| bool homeassistant.components.auth.login_flow.WellKnownOAuthInfoView.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.auth.login_flow.WellKnownOAuthInfoView.url = "/.well-known/oauth-authorization-server" |
|
static |
The documentation for this class was generated from the following file: