(authCode: string)
| 24 | } |
| 25 | |
| 26 | export function getCliAuthCodeHashPrefix(authCode: string): string { |
| 27 | return getCliAuthCodeHash(authCode).slice(0, 12) |
| 28 | } |
| 29 | |
| 30 | export function getCliAuthCodeTokenIdentifier(authCodeToken: string): string { |
| 31 | return `${CLI_AUTH_CODE_TOKEN_IDENTIFIER_PREFIX}${authCodeToken}` |
no test coverage detected