Source code for kittycad.models.auth_api_key_response
from .base import KittyCadBaseModel
[docs]
class AuthApiKeyResponse(KittyCadBaseModel):
"""The response from the `/auth/api-key` endpoint."""
session_token: str
from .base import KittyCadBaseModel
[docs]
class AuthApiKeyResponse(KittyCadBaseModel):
"""The response from the `/auth/api-key` endpoint."""
session_token: str