TokenInfoBuilderWithScope - метод
Add the scope of the token to builder.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public TokenInfoBuilder WithScope(
TokenScope scope
)
Public Function WithScope (
scope As TokenScope
) As TokenInfoBuilder
public:
TokenInfoBuilder^ WithScope(
TokenScope^ scope
)
member WithScope :
scope : TokenScope -> TokenInfoBuilder
- scope TokenScope
The token scope.
TokenInfoBuilderThe current instance of
TokenInfoBuilder.