Uses of Class
com.azure.resourcemanager.appservice.models.TokenStore
Packages that use TokenStore
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of TokenStore in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type TokenStoreModifier and TypeClassDescriptionfinal classThe configuration settings of the token store.Methods in com.azure.resourcemanager.appservice.models that return TokenStoreModifier and TypeMethodDescriptionstatic TokenStoreTokenStore.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TokenStore from the JsonReader.Login.tokenStore()Get the tokenStore property: The configuration settings of the token store.TokenStore.withAzureBlobStorage(BlobStorageTokenStore azureBlobStorage) Set the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is used.TokenStore.withEnabled(Boolean enabled) Set the enabled property: <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.TokenStore.withFileSystem(FileSystemTokenStore fileSystem) Set the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.TokenStore.withTokenRefreshExtensionHours(Double tokenRefreshExtensionHours) Set the tokenRefreshExtensionHours property: The number of hours after session token expiration that a session token can be used to call the token refresh API.Methods in com.azure.resourcemanager.appservice.models with parameters of type TokenStoreModifier and TypeMethodDescriptionLogin.withTokenStore(TokenStore tokenStore) Set the tokenStore property: The configuration settings of the token store.