# Functions
New to return Client struct.
RandomString returns a random string of given lenght.
RandomStringWithCharset returns a random string of given lenght from the given charset.
# Constants
AlphaNum contain ascii alpha and numeric chars.
JWTAlgorithm default value to RS256.
JWTExpireDuration default value to 1 hour.
RequestTimeout default value to 30 seconds.