# Functions

ClaimFromMap returns a Claim struct given an equivalent map.
NewClient returns a new instance of a client with default values set.
PropertyFromMap returns a Property struct given the map representation of that struct.
SecretFromMap returns a secret struct given an equivalent map.
URLFromMap returns a URL struct given an equivalent map.

# Structs

Account holds the info on an identity account.
Claim is an identity client claim.
Client holds information on an indentity client.
Property holds the info on a property within an account.
Secret is an identity client secret.
URL is an identity client url.