For the complete documentation index, see llms.txt. This page is also available as Markdown.

TOKEN_TYPE

public enum TOKEN_TYPE
{
    TokenPrimary = 1,
    TokenImpersonation = 2,
}

Last updated