UNPKG

@azure/msal-node

Version:
13 lines (11 loc) 544 B
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export const missingTenantIdError = "missing_tenant_id_error"; export const userTimeoutReached = "user_timeout_reached"; export const invalidAssertion = "invalid_assertion"; export const invalidClientCredential = "invalid_client_credential"; export const deviceCodePollingCancelled = "device_code_polling_cancelled"; export const deviceCodeExpired = "device_code_expired"; export const deviceCodeUnknownError = "device_code_unknown_error";