UNPKG

@commercetools-frontend/cypress

Version:
14 lines (12 loc) 311 B
const STORAGE_KEYS = { NONCE: 'nonce', SESSION_SCOPE: 'sessionScope', ACTIVE_PROJECT_KEY: 'activeProjectKey' }; const OIDC_RESPONSE_TYPES = { ID_TOKEN: 'id_token' }; const HTTP_STATUS_CODES = { TOO_MANY_REQUESTS: 429 }; export { HTTP_STATUS_CODES as H, OIDC_RESPONSE_TYPES as O, STORAGE_KEYS as S };