GetAccessToken
This module contains functions for getting the access token and authentication code for the AniList API.
authorization_url
module-attribute
¶
Get_Access_Token
¶
Retrieves the AniList API access token from environment variables or opens the authorization URL in the web browser.
PARAMETER | DESCRIPTION |
---|---|
app
|
The application object.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
str
|
The access token, or None if the client ID is not found.
TYPE:
|
Source code in AnilistMangaUpdater/API/GetAccessToken.py
Get_Authentication_Code
¶
Checks for the presence of the access token in the environment variables in a loop.
RETURNS | DESCRIPTION |
---|---|
str
|
The access token once it's found.
TYPE:
|