class documentation
class Config: (source)
Constructor: Config(client_id, config_file, profile, profile_env, ...)
Undocumented
Method | __init__ |
Undocumented |
Method | endpoint |
Undocumented |
Method | get |
Undocumented |
Property | parent |
Undocumented |
Method | _get |
Get the profile from the config file. |
Instance Variable | _client |
Undocumented |
Instance Variable | _config |
Undocumented |
Instance Variable | _endpoint |
Undocumented |
Instance Variable | _max |
Undocumented |
Instance Variable | _no |
Undocumented |
Instance Variable | _priority |
Undocumented |
Instance Variable | _profile |
Undocumented |
Instance Variable | _profile |
Undocumented |
def __init__(self, client_id: DEFAULT_CONFIG_DIR) / DEFAULT_CONFIG_FILE, profile:
str
, config_file: str | Path
= Path(str | None
= None, profile_env: str
= PROFILE_ENV, token_env: str
= TOKEN_ENV, no_env: bool
= False, no_parent_id: bool
= False, max_retries: int
= 2):
(source)
¶
Undocumented
def get_credentials(self, channel:
ChannelBase
, writer: TextIO | None
= None, no_browser_open: bool
= False, ssl_ctx: SSLContext | None
= None) -> Credentials
:
(source)
¶
Undocumented