Uses of Class
com.qtsurfer.api.sdk.auth.AuthenticatedClient
Packages that use AuthenticatedClient
-
Uses of AuthenticatedClient in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return AuthenticatedClientModifier and TypeMethodDescriptionstatic AuthenticatedClientQTSurfer.authenticate()Overload that reads the API key fromQTSURFER_APIKEY.static AuthenticatedClientQTSurfer.authenticate(String apikey) One-call setup: exchange an API key for a short-lived JWT and return anAuthenticatedClientthat mirrors this SDK's surface (compile / backtest / exchanges / instruments / tickers / klines) with automatic refresh-on-401.static AuthenticatedClientQTSurfer.authenticate(String apikey, AuthOptions options) Overload accepting anAuthOptions(base URL, token store, executor). -
Uses of AuthenticatedClient in com.qtsurfer.api.sdk.auth
Methods in com.qtsurfer.api.sdk.auth that return AuthenticatedClientModifier and TypeMethodDescriptionstatic AuthenticatedClientAuthenticatedClient.authenticate()Equivalent toauthenticate(String, AuthOptions)with anullapikey (resolved fromQTSURFER_APIKEY) andAuthOptions.defaults().static AuthenticatedClientAuthenticatedClient.authenticate(String apikey) Equivalent toauthenticate(String, AuthOptions)withAuthOptions.defaults().static AuthenticatedClientAuthenticatedClient.authenticate(String apikey, AuthOptions opts) Mint a fresh session from the given API key.