Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OAuthProviders is a global variable that contains instance for all enabled the OAuth providers OAuthProviders OAuthProvider // OIDCProviders is a global variable that contains instance for all enabled the OpenID providers OIDCProviders OIDCProvider )
Functions ¶
Types ¶
type OAuthProvider ¶
type OAuthProvider struct { GoogleConfig *oauth2.Config GithubConfig *oauth2.Config FacebookConfig *oauth2.Config LinkedInConfig *oauth2.Config AppleConfig *oauth2.Config TwitterConfig *oauth2.Config }
OAuthProviders is a struct that contains reference all the OAuth providers
type OIDCProvider ¶
OIDCProviders is a struct that contains reference all the OpenID providers
Click to show internal directories.
Click to hide internal directories.