MCPcopy
hub / github.com/authgear/authgear-server / IntentVerifyIdentity

Struct IntentVerifyIdentity

pkg/latte/intent_verify_identity.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20var IntentVerifyIdentitySchema = validation.NewSimpleSchema(`{}`)
21
22type IntentVerifyIdentity struct {
23 CaptchaProtectedIntent
24 Identity *identity.Info `json:"identity,omitempty"`
25 IsFromSignUp bool `json:"is_from_signup"`
26}
27
28func (*IntentVerifyIdentity) Kind() string {
29 return "latte.IntentVerifyIdentity"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected