UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

6 lines (4 loc) 298 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>>;