Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
0.2.2

AppClientCredentials

Package: flyteplugins.union.utils.auth

Application client credentials for API key.

Parameters

class AppClientCredentials(
    endpoint: str,
    client_id: str,
    client_secret: str,
    org: str,
)
Parameter Type Description
endpoint str
client_id str
client_secret str
org str