package
1.0.2
Repository: https://github.com/josephguo/oauth2.git
Documentation: pkg.go.dev

# Functions

NewClientStore create client store.
NewFileTokenStore create a token store instance based on file.
NewMemoryTokenStore create a token store instance based on memory.
NewRedisClusterStore create an instance of a redis cluster store.
NewRedisClusterStoreWithCli create an instance of a redis cluster store.
NewRedisStore create an instance of a redis store.
NewRedisStoreWithCli create an instance of a redis store.

# Structs

ClientStore client information store.
TokenStore redis token store.
TokenStore token storage based on buntdb(https://github.com/tidwall/buntdb).