View Source Turnkey.APITypes.RecoverUserIntent (TurnkeyEx v0.0.1-alpha2)
The Intent or recovering a user. Sent by the user when recovering. We have it for parsing the intent when reading bach the activity. e.g. %{ "authenticator": { "authenticatorName": "string", "challenge": "string", "attestation": {} }, "userId": "string" }
Summary
Types
@type t() :: %Turnkey.APITypes.RecoverUserIntent{ authenticator: Turnkey.APITypes.Authenticator.t(), userId: String.t() }