TokenHelperMaskToken - метод

Masks the access token in the format: XXX...XXX, where XXX represents the first and last token symbols.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static string? MaskToken(
	string? token,
	int unmaskedPartLength = 3
)

Параметры

token  String
The access token to be masked.
unmaskedPartLength  Int32  (Optional)
The length of the unmasked portion at the beginning and end of the token.

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

String
The masked token.

См. также