Skip to main content

credentials

Service account credentials for LucidLink authentication.

class

lucidlink.credentials.ServiceAccountCredentials

ServiceAccountCredentials(token: str)

Parameter

Description

token

Service account token (e.g. sa_live:your_key)

token

Description

Service account token (e.g. sa_live:your_key)

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)client.login(credentials)