(authCodeToken: string)
| 28 | } |
| 29 | |
| 30 | export function getCliAuthCodeTokenIdentifier(authCodeToken: string): string { |
| 31 | return `${CLI_AUTH_CODE_TOKEN_IDENTIFIER_PREFIX}${authCodeToken}` |
| 32 | } |
| 33 | |
| 34 | export function getConsumedCliAuthCodeTokenIdentifier( |
| 35 | authCodeToken: string, |
no outgoing calls
no test coverage detected