/**
 * Error code indicating that authorization grant is not valid (for example, login credentials are incorrect).
 * Refer to OAuth 2.0 specification at https://tools.ietf.org/html/rfc6749#section-5.2 for more details
 */
export const OAUTH2_INVALID_GRANT = 'invalid_grant';