module documentation
Undocumented
Class |
|
Undocumented |
Async Function | authorize |
Undocumented |
Async Function | get |
Undocumented |
Async Function | get |
Undocumented |
Function | https |
Undocumented |
Async Function | open |
Undocumented |
Variable | log |
Undocumented |
async def authorize(client_id:
str
, federation_endpoint: str
, federation_id: str
, writer: TextIO | None
= None, no_browser_open: bool
= False, timeout: float | None
= 300, ssl_ctx: ssl.SSLContext | None
= None) -> GetTokenResult
:
(source)
¶
Undocumented
async def get_code(client_id:
str
, auth_endpoint: str
, federation_id: str
, pkce_code: PKCE
, writer: TextIO | None
= None, no_browser_open: bool
= False, timeout: float | None
= 300) -> tuple[ str, str]
:
(source)
¶
Undocumented