# Functions

FromJwtToken converts a generic jwt.Token object, parsed from a signed token string, into a Token structure, validating that all the required Anki token claims are present.
NewFileProvider creates a new file backed Provider interface implementation.

# Constants

DefaultTokenPath specifies default directory for persistent JWT storage.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

UseClientCert can be set to true to force the use of client certs.

# Structs

Token is a structured representation of an access token.

# Interfaces

Provider is an interface to manage JWT tokens and TLS certs for a single robot.
Token provides the methods that clients will care about for authenticating and using tokens.