()
| 40 | } |
| 41 | |
| 42 | export function getConsumedCliAuthCodeTokenValue(): string { |
| 43 | return CONSUMED_CLI_AUTH_CODE_TOKEN_VALUE |
| 44 | } |
| 45 | |
| 46 | export type CliAuthCodeTokenConsumeResult = |
| 47 | | { status: 'resolved'; authCode: string } |
no outgoing calls
no test coverage detected