UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

5 lines (4 loc) 297 B
import { BikeTagCredentials } from './types'; import { BikeTagClient } from '../client'; export declare function getAuthorizationHeader(client: BikeTagClient): Promise<string>; export declare function getClaims(client: BikeTagClient, authorization?: string): Promise<Partial<BikeTagCredentials>>;