"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
# @generated-id: 705e7172ba40

from __future__ import annotations
from mistralai.client.types import UnrecognizedStr
from typing import Literal, Union


OutboundAuthenticationType = Union[
    Literal[
        "oauth2",
        "bearer",
        "none",
    ],
    UnrecognizedStr,
]
