ate-auth 1.9.0

Represents a standardized data model and API for authenticating an ATE chain-of-trust
1
2
3
4
5
use clap::Parser;

/// Views the contents of the current token
#[derive(Parser)]
pub struct ViewToken {}