blob: 2e52c31db4c0acce30db9861243e1a423402f286 [file] [log] [blame]
/**
* Prefix token for usage in the Authorization header
*
* @param token OAuth token or JSON Web Token
*/
export declare function withAuthorizationPrefix(token: string): string;