# Functions
NewCSV creates ResultCSV instance.
RetrieveAccessToken requests JWT from OIDC provider.
RetrieveOrGetNewAccessToken requests JWT from OIDC provider if given token is empty.
# Variables
GenomicAnnotationsQueryTimeoutSeconds is the timeout for the client genomic annotations in seconds (default to 10 seconds).
MedCoConnectorURL is the URL of the MedCo connector this client is attached to.
OidcReqTokenClientID is the client ID used to retrieve the JWT.
OidcReqTokenURL is the URL from which the JWT is retrieved.
QueryTimeoutSeconds is the timeout for the client query in seconds (default to 3 minutes).
QueryToolsTimeoutSeconds is the timeout for the client query tools in seconds (default to 10 seconds).
SearchTimeoutSeconds is the timeout for the client search in seconds (default to 3 minutes).
SurvivalAnalysisTimeoutSeconds is the timeout for the client survival analysis in seconds (default to 5 minutes).
TokenTimeoutSeconds is the timeout for the client access token request (default to 10 seconds).
WaitTickSeconds is the period in seconds to use to log anything when waiting on server result (default to 5 seconds).