|
| web.Response | post (self, web.Request request) |
| |
View to revoke tokens.
Definition at line 209 of file __init__.py.
◆ post()
| web.Response homeassistant.components.auth.RevokeTokenView.post |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
◆ cors_allowed
| bool homeassistant.components.auth.RevokeTokenView.cors_allowed = True |
|
static |
◆ name
| string homeassistant.components.auth.RevokeTokenView.name = "api:auth:revocation" |
|
static |
◆ requires_auth
| bool homeassistant.components.auth.RevokeTokenView.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.auth.RevokeTokenView.url = "/auth/revoke" |
|
static |
The documentation for this class was generated from the following file: