Public Member Functions | |
| None | __init__ (self, HomeAssistant hass, str auth_domain, ClientCredential credential, AuthorizationServer authorization_server) |
| str | name (self) |
Private Attributes | |
| _name | |
Application Credentials local oauth2 implementation.
Definition at line 189 of file __init__.py.
| None homeassistant.components.application_credentials.AuthImplementation.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| str | auth_domain, | ||
| ClientCredential | credential, | ||
| AuthorizationServer | authorization_server | ||
| ) |
Initialize AuthImplementation.
Reimplemented in homeassistant.components.electric_kiwi.oauth2.ElectricKiwiLocalOAuth2Implementation.
Definition at line 192 of file __init__.py.
| str homeassistant.components.application_credentials.AuthImplementation.name | ( | self | ) |
Name of the implementation.
Definition at line 211 of file __init__.py.
|
private |
Definition at line 208 of file __init__.py.