Skip to main content

Overview

The timeback credentials command manages API credentials stored securely on your machine.
If you’re just getting started, timeback init will automatically prompt for credentials when needed. Use timeback credentials when you need explicit control over credential management.

Commands

add

Add credentials interactively:
timeback credentials add
The wizard prompts for:
  1. Service: Which API (OneRoster, EduBridge, etc.)
  2. Environment: Staging or production
  3. Base URL: API endpoint
  4. Token URL: OAuth token endpoint
  5. Client ID: Your client ID
  6. Client Secret: Your client secret

list

List stored credentials:
timeback credentials list

remove

Remove stored credentials:
timeback credentials remove

Credential Priority

The CLI looks for credentials in this order:
  1. Environment variables
  2. Stored credentials

Next Steps