ApiAccessTokenActionHistoryStrategyPermissionsDeniedErrorActionAsync - метод

Insert the action history record for permissions denied error by API access token.

Definition

Пространство имён: Tessa.Tokens.Api
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public Task<Guid?> PermissionsDeniedErrorActionAsync(
	TokenRequest tokenRequest,
	string? token = null,
	string? tokenID = null,
	byte[]? tokenHash = null,
	string? message = null,
	string? details = null,
	ActionType? actionType = null,
	Dictionary<string, Object?>? actionDetails = null,
	Action<Dictionary<string, Object?>>? modifyActionDetails = null
)

Параметры

tokenRequest  TokenRequest
Basic request for token.
token  String  (Optional)
The access token.
tokenID  String  (Optional)
The identifier of the token.
tokenHash  Byte  (Optional)
The hash of the token.
message  String  (Optional)
An additional message displayed in the action.
details  String  (Optional)
An additional detailed message displayed with message.
actionType  ActionType  (Optional)
Тип действия с карточкой для записи в историю действий.
actionDetails  DictionaryString, Object  (Optional)
The details of the token for the action history record.
modifyActionDetails  ActionDictionaryString, Object  (Optional)
An action to modify the details before it is recorded in the action history.

Возвращаемое значение

TaskNullableGuid
The identifier of the successfully added history record, or if the operation failed.

Реализации

IApiAccessTokenActionHistoryStrategyPermissionsDeniedErrorActionAsync(TokenRequest, String, String, Byte, String, String, ActionType, DictionaryString, Object, ActionDictionaryString, Object)

См. также