TokenAlreadyExistsException(String, TokenScope, NullableGuid, NullableGuid, Byte) - конструктор

Creates instance of the TokenAlreadyExistsException class.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public TokenAlreadyExistsException(
	string id,
	TokenScope scope,
	Guid? refID = null,
	Guid? userID = null,
	byte[]? hash = null
)

Параметры

id  String
The identifier of the token.
scope  TokenScope
The token scope.
refID  NullableGuid  (Optional)
The identifier of the resource for which the token was created.
userID  NullableGuid  (Optional)
The identifier of the user for whom the token was created.
hash  Byte  (Optional)
The hash of the token. It may be .

См. также