package
5.0.0+incompatible
Repository: https://github.com/o98k-ok/oauth2.git
Documentation: pkg.go.dev

# Functions

NewClientStore creates PostgreSQL store instance.
NewTokenStore creates PostgreSQL store instance.
WithClientStoreInitTableDisabled returns option that disables table creation on client store instantiation.
WithClientStoreTableName returns option that sets client store table name.
WithTokenStoreGCDisabled returns option that disables token store garbage collection.
WithTokenStoreGCInterval returns option that sets token store garbage collection interval.
WithTokenStoreInitTableDisabled returns option that disables table creation on token store instantiation.
WithTokenStoreTableName returns option that sets token store table name.

# Structs

No description provided by the author
ClientStoreItem data item.
No description provided by the author
TokenStoreItem data item.

# Type aliases

ClientStoreOption is the configuration options type for client store.
TokenStoreOption is the configuration options type for token store.