# Functions
ClientID sets the OAuth2 Client ID.
ClientSecret sets OAuth2 Client secret.
ClusterURL sets Hydra service URL
var hydra, err = sdk.Connect( sdk.ClientID("https://localhost:1234/"), ).
Connect instantiates a new client to communicate with Hydra.
FromYAML loads configurations from a YAML file.
Scopes is a list of scopes that are requested in the client credentials grant.
SkipTLSVerify skips TLS verification for HTTPS connections.
# Structs
ChallengeClaims are the decoded claims of a consent challenge.
Client offers easy use of all HTTP clients.
Consent is a helper for singing and verifying consent challenges.
ResponseRequest is being used by the consent response singing helper.