7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
/**
|
|
* Prefix token for usage in the Authorization header
|
|
*
|
|
* @param token OAuth token or JSON Web Token
|
|
*/
|
|
export declare function withAuthorizationPrefix(token: string): string;
|