Documentation ¶
Index ¶
Constants ¶
View Source
const (
RouteSettings = "/self-service/settings/methods/profile"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompleteSelfServiceBrowserSettingsProfileStrategyFlow ¶
type CompleteSelfServiceBrowserSettingsProfileStrategyFlow struct { // Traits contains all of the identity's traits. Traits json.RawMessage `json:"traits"` // FlowIDRequestID is the flow ID. // // swagger:ignore FlowID string `json:"flow"` // The Anti-CSRF Token // // This token is only required when performing browser flows. CSRFToken string `json:"csrf_token"` }
nolint:deadcode,unused
func (*CompleteSelfServiceBrowserSettingsProfileStrategyFlow) GetFlowID ¶
func (p *CompleteSelfServiceBrowserSettingsProfileStrategyFlow) GetFlowID() uuid.UUID
func (*CompleteSelfServiceBrowserSettingsProfileStrategyFlow) SetFlowID ¶
func (p *CompleteSelfServiceBrowserSettingsProfileStrategyFlow) SetFlowID(rid uuid.UUID)
type SettingsProfileRequestMethod ¶
swagger:model settingsProfileFormConfig
type Strategy ¶
type Strategy struct {
// contains filtered or unexported fields
}
func NewStrategy ¶
func NewStrategy(d strategyDependencies, c configuration.Provider) *Strategy
func (*Strategy) PopulateSettingsMethod ¶
func (*Strategy) RegisterSettingsRoutes ¶
func (s *Strategy) RegisterSettingsRoutes(public *x.RouterPublic)
func (*Strategy) SettingsStrategyID ¶
Click to show internal directories.
Click to hide internal directories.