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