kittycad.api.hidden.post_auth_saml

Functions

asyncio(provider_id, body, *, client)

rtype:

Optional[Error]

asyncio_detailed(provider_id, body, *, client)

rtype:

Response[Optional[Error]]

sync(provider_id, body, *, client)

rtype:

Optional[Error]

sync_detailed(provider_id, body, *, client)

rtype:

Response[Optional[Error]]

kittycad.api.hidden.post_auth_saml._build_response(*, response)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.hidden.post_auth_saml._get_kwargs(provider_id, body, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.hidden.post_auth_saml._parse_response(*, response)[source][source]
Return type:

Optional[Error]

async kittycad.api.hidden.post_auth_saml.asyncio(provider_id, body, *, client)[source][source]
Return type:

Optional[Error]

async kittycad.api.hidden.post_auth_saml.asyncio_detailed(provider_id, body, *, client)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.hidden.post_auth_saml.sync(provider_id, body, *, client)[source][source]
Return type:

Optional[Error]

kittycad.api.hidden.post_auth_saml.sync_detailed(provider_id, body, *, client)[source][source]
Return type:

Response[Optional[Error]]