We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 369ed16 + 1759f7f commit 050c430Copy full SHA for 050c430
TurnkeyReact/lib/types.ts
@@ -1,11 +1,10 @@
1
-
2
-import {type TurnkeyApiTypes} from "@turnkey/sdk-react-native";
+import { type TurnkeyApiTypes } from "@turnkey/sdk-react-native";
3
4
export enum LoginMethod {
5
- Passkey = "PASSKEY",
6
- Email = "EMAIL",
7
- Phone = "PHONE",
8
- OAuth = "OAUTH",
+ Passkey = "passkey",
+ Email = "email",
+ Phone = "phone",
+ OAuth = "oauth",
9
}
10
11
export enum OtpType {
0 commit comments