Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 389 Bytes

File metadata and controls

21 lines (14 loc) · 389 Bytes

OutboundAuthenticationType

Example Usage

from mistralai.client.models import OutboundAuthenticationType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: OutboundAuthenticationType = "oauth2"

Values

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

  • "oauth2"
  • "bearer"
  • "none"
  • "github_app"
  • "slack_app"