Categorygithub.com/markdicksonjr/go-oauth2-es
modulepackage
0.0.0-20190716233216-9bc8277608eb
Repository: https://github.com/markdicksonjr/go-oauth2-es.git
Documentation: pkg.go.dev

# README

Elastic Search Storage for OAuth 2.0

Install

$ go get -u -v github.com/markdicksonjr/go-oauth2-es

Usage example

package main

import (
)

func main() {
	// 
}

How to run tests

TODO

MIT License

Copyright (c) 2019 Mark Dickson

# Functions

No description provided by the author
No description provided by the author
WithTokenStoreTableName returns option that sets token store table name.
WithTokenStoreGCDisabled returns option that disables token store garbage collection.
WithTokenStoreGCInterval returns option that sets token store garbage collection interval.
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
No description provided by the author
No description provided by the author

# Type aliases

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