pub const OAUTH_CLIENT_ID: &str = "Ov23lifiYQrh6Ga7Hpyr";Expand description
OAuth Client ID for Aptu CLI (safe to embed per RFC 8252).
This is a public client ID for native/CLI applications. Per OAuth 2.0 for Native Apps (RFC 8252), client credentials in native apps cannot be kept confidential and are safe to embed in source code.