kittycad.api.users.get_oauth2_providers_for_user.sync

kittycad.api.users.get_oauth2_providers_for_user.sync(*, client)[source][source]

If this returns an empty array, then the user has not connected any OAuth2 providers and uses raw email authentication. This endpoint requires authentication by any Zoo user. It gets the providers for the authenticated user.

Return type:

Union[List[AccountProvider], Error, None]