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:
The wizard prompts for:
- Service: Which API (OneRoster, EduBridge, etc.)
- Environment: Staging or production
- Base URL: API endpoint
- Token URL: OAuth token endpoint
- Client ID: Your client ID
- 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:
- Environment variables
- Stored credentials
Next Steps