Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.plex.config_flow.PlexAuthorizationCallbackView Class Reference
Inheritance diagram for homeassistant.components.plex.config_flow.PlexAuthorizationCallbackView:
[legend]
Collaboration diagram for homeassistant.components.plex.config_flow.PlexAuthorizationCallbackView:
[legend]

Public Member Functions

def get (self, request)
 

Static Public Attributes

 name = AUTH_CALLBACK_NAME
 
bool requires_auth = False
 
 url = AUTH_CALLBACK_PATH
 

Detailed Description

Handle callback from external auth.

Definition at line 465 of file config_flow.py.

Member Function Documentation

◆ get()

def homeassistant.components.plex.config_flow.PlexAuthorizationCallbackView.get (   self,
  request 
)
Receive authorization confirmation.

Definition at line 472 of file config_flow.py.

Member Data Documentation

◆ name

homeassistant.components.plex.config_flow.PlexAuthorizationCallbackView.name = AUTH_CALLBACK_NAME
static

Definition at line 469 of file config_flow.py.

◆ requires_auth

bool homeassistant.components.plex.config_flow.PlexAuthorizationCallbackView.requires_auth = False
static

Definition at line 470 of file config_flow.py.

◆ url

homeassistant.components.plex.config_flow.PlexAuthorizationCallbackView.url = AUTH_CALLBACK_PATH
static

Definition at line 468 of file config_flow.py.


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