TokenInfoBuilderWithUser - метод
Add the identifier of the user for whom the token was created to builder.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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.