IWithTokenStore<ParentT>.WithTokenStore(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if token store should be enabled.
public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT> WithTokenStore (bool enabled);
abstract member WithTokenStore : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<'ParentT>
Public Function WithTokenStore (enabled As Boolean) As IWithAttach(Of ParentT)
Parameters
- enabled
- System.Boolean
True if token store should be enabled.