ClientSecret

data class ClientSecret(val token: String) : FrameAuthMode

Authenticate with a server-minted, per-object client secret used as a Bearer token.

Covers the charge-intent client_secret (ci_<id>_secret_…) and onboarding-session tokens (onb_sess_…).

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard

The client secret value to use as the Bearer token.