MCPcopy
hub / github.com/ory/kratos / ContinueWith

Interface ContinueWith

selfservice/flow/continue_with.go:17–20  ·  view source on GitHub ↗

swagger:model continueWith

Source from the content-addressed store, hash-verified

15
16// swagger:model continueWith
17type ContinueWith interface {
18 //swagger:ignore
19 GetAction() string
20}
21
22// swagger:enum ContinueWithActionSetOrySessionToken
23type ContinueWithActionSetOrySessionToken string

Callers 3

TestSessionIssuerFunction · 0.65
acceptLoginChallengeMethod · 0.65
willVerificationFollowFunction · 0.65

Implementers 15

ContinueWithSetOrySessionTokenpkg/httpclient/model_continue_with_set
IdentityPatchResponsepkg/httpclient/model_identity_patch_re
UiContainerpkg/httpclient/model_ui_container.go
ContinueWithRecoveryUipkg/httpclient/model_continue_with_rec
ContinueWithRedirectBrowserTopkg/httpclient/model_continue_with_red
ContinueWithVerificationUipkg/httpclient/model_continue_with_ver
ContinueWithSettingsUipkg/httpclient/model_continue_with_set
ContinueWithSetOrySessionTokenpkg/client-go/model_continue_with_set_
IdentityPatchResponsepkg/client-go/model_identity_patch_res
UiContainerpkg/client-go/model_ui_container.go
ContinueWithRecoveryUipkg/client-go/model_continue_with_reco
ContinueWithRedirectBrowserTopkg/client-go/model_continue_with_redi

Calls

no outgoing calls

Tested by

no test coverage detected