"""Testing related constants.""" QA_AUTH_URL = "https://qa-orchard.auth0.com/oauth/token" QA_AUTH_AUDIENCE = "https://workstation.qaorch.com/api" JWT_USER_METADATA = "https://grass.theorchard.com/user_metadata" CLAIM_ORCHARD_IDENTITY_ID = "orchardIdentityId" AUTH0_MFA_GRANT_TYPE = "http://auth0.com/oauth/grant-type/mfa-otp" AUTH0_MFA_REQUIRED_MSG = "mfa_required" AUTH0_MFA_TOKEN_FIELD = "mfa_token" AUTH0_ERROR_FIELD = "error"