| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TokenStore |
Login.tokenStore()
Get the tokenStore property: The configuration settings of the token store.
|
TokenStore |
TokenStore.withAzureBlobStorage(BlobStorageTokenStore azureBlobStorage)
Set the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is
used.
|
TokenStore |
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 |
TokenStore.withFileSystem(FileSystemTokenStore fileSystem)
Set the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.
|
TokenStore |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
Login.withTokenStore(TokenStore tokenStore)
Set the tokenStore property: The configuration settings of the token store.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.