AuthStatus

June 3, 2026 ยท View on GitHub

Example Usage

from mistralai.client.models import AuthStatus

# Open enum: unrecognized values are captured as UnrecognizedStr
value: AuthStatus = "valid"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "valid"
  • "invalid"
  • "error"