ConfigurationLoader which loads in access token from file if FBN_ACCESS_TOKEN_FILE is set, or if an access_token_location is passed to the initialiser
Methods
load_config
load access token from file
Dict[str, Optional[FileAccessToken]]
Dict
str
Optional
FileAccessToken
dictionary that can be loaded into an ApiConfiguration object
Dict[str, str]