TokenInfoBuilderWithScope - метод
Add the scope of the token to builder.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.