Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.husqvarna_automower.api.AsyncConfigFlowAuth Class Reference
Inheritance diagram for homeassistant.components.husqvarna_automower.api.AsyncConfigFlowAuth:
[legend]
Collaboration diagram for homeassistant.components.husqvarna_automower.api.AsyncConfigFlowAuth:
[legend]

Public Member Functions

None __init__ (self, ClientSession websession, dict token)
 
str async_get_access_token (self)
 

Detailed Description

Provide Automower AbstractAuth for the config flow.

Definition at line 34 of file api.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.husqvarna_automower.api.AsyncConfigFlowAuth.__init__ (   self,
ClientSession  websession,
dict  token 
)
Initialize Husqvarna Automower auth.

Definition at line 37 of file api.py.

Member Function Documentation

◆ async_get_access_token()

str homeassistant.components.husqvarna_automower.api.AsyncConfigFlowAuth.async_get_access_token (   self)
Return a valid access token.

Definition at line 42 of file api.py.


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