Hi
Okay, but i can see setTokens method in CustomAffinity class and setTokenType method in CustomAffinityToken class. and CustomAffinityTokenTokenType class has below constants
class CustomAffinityTokenTokenType
{
const UNKNOWN = 'UNKNOWN';
const KEYWORD = 'KEYWORD';
const URL = 'URL';
}
Can you provide sample to create tokens.