Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( wire.Struct(new(StoreRedis), "*"), )
View Source
var ErrNotFound = errors.New("oauth session entry not found")
View Source
var UICookieDef = &httputil.CookieDef{ NameSuffix: "oauth_ui", Path: "/", SameSite: http.SameSiteNoneMode, }
UICookieDef contains oauth_ui. It is supposed to be set and pop immediately to create a ui session. UICookieDef is deprecated, and will be removed.
Functions ¶
This section is empty.
Types ¶
type SettingsActionResult ¶
type SettingsActionResult struct { }
func NewSettingsActionResult ¶
func NewSettingsActionResult() *SettingsActionResult
type StoreRedis ¶
func (*StoreRedis) Delete ¶
func (s *StoreRedis) Delete(ctx context.Context, entryID string) (err error)
type T ¶
type T struct { AuthorizationRequest protocol.AuthorizationRequest `json:"authorization_request,omitempty"` SettingsActionResult *SettingsActionResult `json:"settings_action_result,omitempty"` }
Click to show internal directories.
Click to hide internal directories.