@bytexbyte/ike-app-api 1.0.67 → 1.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Auth/type.d.ts +2 -2
- package/package.json +1 -1
package/lib/Auth/type.d.ts
CHANGED
|
@@ -106,8 +106,8 @@ export declare type SignInPhoneBiometrics = (provider: 'phone-biometrics', form:
|
|
|
106
106
|
export declare type SignInPhoneWebAuthn = (provider: 'phone-webauthn', form: {
|
|
107
107
|
phone: string;
|
|
108
108
|
authResp: any;
|
|
109
|
-
expectedOrigin
|
|
110
|
-
expectedRPID
|
|
109
|
+
expectedOrigin?: string;
|
|
110
|
+
expectedRPID?: string;
|
|
111
111
|
csrfToken?: string;
|
|
112
112
|
}) => Promise<{
|
|
113
113
|
id: string;
|