Uses of Interface
com.qtsurfer.api.sdk.auth.TokenStore
Packages that use TokenStore
-
Uses of TokenStore in com.qtsurfer.api.sdk.auth
Classes in com.qtsurfer.api.sdk.auth that implement TokenStoreModifier and TypeClassDescriptionfinal classDefaultTokenStore— holds the most recent token in a single in-memory slot.Methods in com.qtsurfer.api.sdk.auth that return TokenStoreModifier and TypeMethodDescriptionAuthOptions.store()Returns the value of thestorerecord component.Methods in com.qtsurfer.api.sdk.auth with parameters of type TokenStoreConstructors in com.qtsurfer.api.sdk.auth with parameters of type TokenStoreModifierConstructorDescriptionAuthOptions(URI baseUrl, TokenStore store, HttpClient httpClient, ExecutorService executor) Creates an instance of aAuthOptionsrecord class.