()
| 132 | * Get the auth token from user credentials or environment variable |
| 133 | */ |
| 134 | export const getAuthToken = (): string | undefined => { |
| 135 | return getAuthTokenDetails().token |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Check if the user has authentication credentials (but doesn't validate them) |
no test coverage detected