# Functions
New is the constructor for Driver.
NewFacebookConfig is the constructor for OAuth configuration using Facebook API.
NewGoogleConfig is the constructor for OAuth configuration using Google API.
# Variables
GoogleStatelessHandler is the stateless login handler using Google API.
LoginFuncStub is the stub for LoginFunc.
# Structs
Config is the configuration for OAuth authentication.
DefaultProvider is the default OAuth provider.
Driver is OAuth authentication.
GoogleUser is the user from Google API.
# Interfaces
Provider is the OAuth provider.
# Type aliases
LoginFunc is the handler of OAuth authentication.