SDKCredential

View as MarkdownOpen in Claude

Authentication credentials for the SDK.

At least one of token or authorizationState must be provided.

Properties

authorizationState
string

Pre-authorized session state (alternative to token).

expiry_at
number

Token expiry timestamp in milliseconds since epoch. When set, the SDK attempts credential refresh before expiry.

token
string

JWT subscriber access token (SAT).