Uses of Class
com.azure.resourcemanager.appservice.models.TokenStore
-
Packages that use TokenStore Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of TokenStore in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return TokenStore Modifier and Type Method Description TokenStoreLogin. tokenStore()Get the tokenStore property: The configuration settings of the token store.TokenStoreTokenStore. withAzureBlobStorage(BlobStorageTokenStore azureBlobStorage)Set the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is used.TokenStoreTokenStore. 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>.TokenStoreTokenStore. withFileSystem(FileSystemTokenStore fileSystem)Set the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.TokenStoreTokenStore. 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 TokenStore Modifier and Type Method Description LoginLogin. withTokenStore(TokenStore tokenStore)Set the tokenStore property: The configuration settings of the token store.
-