IWithTokenStore<ParentT>.WithTokenStore(Boolean) Method

Definition

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
Boolean

True if token store should be enabled.

Returns

Applies to