Type alias AuthTokenTypeEnumsType

AuthTokenTypeEnumsType: {
    [key in AuthTokenTypeNames]: AuthTokenType
}

A mapping of auth token type names to associated enum instances.

Generated using TypeDoc