sdk.lusid.extensions.file_access_token.FileAccessToken

class FileAccessToken(access_token_location, expiry_time=120)[source]

Loads access token from file when requested Acts as a string so can be concatenated to auth headers

Attributes

This is a Pydantic class. For now, click on the green [source] link in the class signature above to see descriptions/allowed values for these attributes.

data

load access token from file

Methods

capitalize

casefold

center

count

encode

endswith

expandtabs

find

format

format_map

index

Raises ValueError if the value is not present.

isalnum

isalpha

isascii

isdecimal

isdigit

isidentifier

islower

isnumeric

isprintable

isspace

istitle

isupper

join

ljust

lower

lstrip

maketrans

Return a translation table usable for str.translate().

partition

removeprefix

removesuffix

replace

rfind

rindex

rjust

rpartition

rsplit

rstrip

split

splitlines

startswith

strip

swapcase

title

translate

upper

zfill

property data: str

load access token from file

Returns:

Access token

Return type:

str