Skip to content

Show Revolut OAuth status.

Synopsis

gln [global-options] profile auth status revolut

Options

No command-specific options.

Description

Opens the active Revolut profile through the public C API and reports whether a stored OAuth token is available. The result includes expiry and scope metadata, but never token material.

Requirements

  • Profile: required
  • Credential type: Revolut OAuth client certificate/private key
  • Backend prerequisites: Revolut profile
  • Input mode: None.

Status and exit codes

StatusExitMeaningContinuation
ok0OAuth status returned.-
error1Profile, token-store, or backend failure.-

Result keys: have_token, expires_at_unix_ms, needs_refresh, scope, last_error

Examples

gln --profile rev profile auth status revolut

See also