Obtains the initial credentials. Called once during client initialization.
Implementor responsibilities:
SDKCredential on success.context.fingerprint is provided, forward it to the server-side token
endpoint with scope: "sat:refresh" to enable automatic token refresh.SDK behavior:
SignalWire().Promise<{ expiry_at: number; token: string; }>