frontend/.pnpm-store/v3/files/9f/e5fc2f26bb21d343674acfa59ae0707d6390087e4107e0f93057cdfbf6bb83dbe9f4dc9f0cd33a24f52a72266f72db474817b3e24def605b486b00a8b0f856

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;