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