There was an error while loading. Please reload this page.
aacb1f0
Add a util function if you need to token for a client, see #3
function getClientToken<C extends ClassDefinition>( client: ClassDefinition | ClassConstructorReturnType<C>, key = '' ) => string
a5a43b1
see #1