ProviderFactoryFunc defines a function for initializing a new OAuth2 provider.
func() Provider
| 12 | |
| 13 | // ProviderFactoryFunc defines a function for initializing a new OAuth2 provider. |
| 14 | type ProviderFactoryFunc func() Provider |
| 15 | |
| 16 | // Providers defines a map with all of the available OAuth2 providers. |
| 17 | // |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…