Creating a Client

Creating a Client#

bfabricPy supports different authentication methods depending on your use case.

Choose Your Approach#

Use Case

Method

Documentation

Scripts, local tools, interactive sessions

Bfabric.connect() with config file

Interactive/Scripted Usage

Web servers, web apps, token-based auth

Bfabric.connect_token() with token

Server/Webapp Usage

Next Steps#

After creating your client, learn how to work with B-Fabric:

See Also#