(authCode: string)
| 32 | } |
| 33 | |
| 34 | export function getCliAuthCodeHashPrefix(authCode: string): string { |
| 35 | return getCliAuthCodeHash(authCode).slice(0, 12) |
| 36 | } |
| 37 | |
| 38 | export function getCliAuthCodeTokenIdentifier(authCodeToken: string): string { |
| 39 | return `${CLI_AUTH_CODE_TOKEN_IDENTIFIER_PREFIX}${authCodeToken}` |
no test coverage detected