Click or drag to resize
ICrawlerTokenManager Interface
Encapsulates access to JWT tokens for search crawler.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public interface ICrawlerTokenManager

The ICrawlerTokenManager type exposes the following members.

Methods
  NameDescription
Public methodGetPrincipalFromToken
Return ClaimsPrincipal from given token.
Public methodGetToken
Generates token for given userName and domain.
Top
See Also