TokenInfoBuilderWithUser - метод
Add the identifier of the user for whom the token was created to builder.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public TokenInfoBuilder WithUser(
Guid? userID
)
Public Function WithUser (
userID As Guid?
) As TokenInfoBuilder
public:
TokenInfoBuilder^ WithUser(
Nullable<Guid> userID
)
member WithUser :
userID : Nullable<Guid> -> TokenInfoBuilder
- userID NullableGuid
The identifier of the user for whom the token was created.
TokenInfoBuilderThe current instance of
TokenInfoBuilder.