Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 308 Bytes

File metadata and controls

19 lines (12 loc) · 308 Bytes

AuthStatus

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"