|
| web.Response | get (self, web.Request request) |
| |
| web.Response | json_message (self, str message, HTTPStatus|int status_code=HTTPStatus.OK, str|None message_code=None, LooseHeaders|None headers=None) |
| |
| None | register (self, HomeAssistant hass, web.Application app, web.UrlDispatcher router) |
| |
|
| Context | context (web.Request request) |
| |
| web.Response | json (Any result, HTTPStatus|int status_code=HTTPStatus.OK, LooseHeaders|None headers=None) |
| |
OAuth2 Authorization Callback View.
Definition at line 453 of file config_entry_oauth2_flow.py.
◆ get()
| web.Response homeassistant.helpers.config_entry_oauth2_flow.OAuth2AuthorizeCallbackView.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
◆ name
| string homeassistant.helpers.config_entry_oauth2_flow.OAuth2AuthorizeCallbackView.name = "auth:external:callback" |
|
static |
◆ requires_auth
| bool homeassistant.helpers.config_entry_oauth2_flow.OAuth2AuthorizeCallbackView.requires_auth = False |
|
static |
◆ url
| homeassistant.helpers.config_entry_oauth2_flow.OAuth2AuthorizeCallbackView.url = AUTH_CALLBACK_PATH |
|
static |
The documentation for this class was generated from the following file: