Uses of Class
com.azure.resourcemanager.appcontainers.models.TokenStore
Packages that use TokenStore
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of TokenStore in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return TokenStoreModifier and TypeMethodDescriptionstatic TokenStore
TokenStore.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.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.appcontainers.models with parameters of type TokenStoreModifier and TypeMethodDescriptionLogin.withTokenStore
(TokenStore tokenStore) Set the tokenStore property: The configuration settings of the token store.