credentials

Service account credentials for LucidLink authentication.

class lucidlink.credentials.ServiceAccountCredentials(token: str)[source]

Bases: object

Service account authentication credentials.

Service account tokens are generated from WebClient or BackOffice and provide programmatic access to LucidLink workspaces and filespaces.

Token format: sa_live:your_key

Example

token = "sa_live:your_key"
credentials = ServiceAccountCredentials(token)
workspace = daemon.authenticate(credentials)