Skip to main content Link Search Menu Expand Document (external link)

Status overview

Auth Status Command

Displays current authentication status and credential information.

Added in v0.0.3


Table of contents


utils

status

Auth status command.

Shows current authentication state including:

  • Whether credentials are stored
  • Client ID (masked)
  • Environment ID
  • Token validity
  • Token expiration time

Usage:

p1-cli auth status

Signature

export declare const status: Command.Command<"status", OAuthService, OAuthFlowError, {}>

Added in v0.0.3