Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OAuthGoDeps ¶
type OAuthGoDeps struct {
ReplayProtector oauthgoreplay.ReplayProtector
SessionStore oauthgostore.SessionStore
SessionCookieManager oauthgocookie.SessionCookieManager
}
OAuthGoDeps represents the dependencies for the OAuthGo library used across the library. These dependencies are initialized by the application and are used by the library globally.
Click to show internal directories.
Click to hide internal directories.