Uses of Class
com.qtsurfer.api.client.model.AuthTokenResponse
Packages that use AuthTokenResponse
-
Uses of AuthTokenResponse in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return AuthTokenResponseModifier and TypeMethodDescriptionAuthApi.authenticate()Exchange API key for a short-lived JWT Exchanges a long-lived API key for a short-lived JWT used by every other endpoint.Methods in com.qtsurfer.api.client.api that return types with arguments of type AuthTokenResponseModifier and TypeMethodDescriptionAuthApi.authenticateWithHttpInfo()Exchange API key for a short-lived JWT Exchanges a long-lived API key for a short-lived JWT used by every other endpoint. -
Uses of AuthTokenResponse in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return AuthTokenResponseModifier and TypeMethodDescriptionAuthTokenResponse.accessToken(String accessToken) AuthTokenResponse.addScopesItem(String scopesItem) AuthTokenResponse.tier(AuthTokenResponse.TierEnum tier) AuthTokenResponse.tokenType(AuthTokenResponse.TokenTypeEnum tokenType)