你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithTokenStore<ParentT> Interface

Definition

A web app authentication definition allowing token store to be specified.

public interface IWithTokenStore<ParentT>
type IWithTokenStore<'ParentT> = interface
Public Interface IWithTokenStore(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithTokenStore(Boolean)

Specifies if token store should be enabled.

Applies to