# Functions
NewClientStore create client store.
NewFileTokenStore create a token store instance based on file.
NewMemoryTokenStore create a token store instance based on memory.
# Structs
ClientStore client information store.
TokenStore token storage based on buntdb(https://github.com/tidwall/buntdb).