This documentation is for an older version of GoodData.
Go to the latest version of this article.
service.TokenCredentialsFromFile
Properties
NoneMethods
Name | Description |
---|---|
client_class ( ) | None |
to_api ( ) | None |
to_api_args ( ) | None |
to_dict ( ) | Converts object into dictionary. Optional argument if the dictionary should be camelCase or snake_case can be |
token_from_file ( file_path: Union[str, Path], base64_encode: bool ) | Reads a token from a file and optionally base64 encodes it. |