# Functions
Dial creates a LightOS cluster client.
NewJWTToken create a JWT Token to use to authenticate against a duros API endpoint
subject: 'sub' claim, who will be using this JWT, example a persons or tenants name kid: this is the "key ID", the name of the credential (pub key) as uploaded to LightOS.
NewJWTTokenForCredential create a new JWTToken where subject and kid is taken from the credential.
No description provided by the author
# Structs
Credentials specify the TLS Certificate based authentication for the grpc connection without having to use certificate files.
Credentials specify the TLS Certificate based authentication for the grpc connection If you provide credentials, provide either these or byte credentials but not both.
DialConfig is the configuration to create a duros-api connection.
No description provided by the author
# Type aliases
GRPCScheme the scheme to talk to the duros api endpoint, can be plaintext or https.