You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2019. It is now read-only.
If there isn't one, is it possible to adapt the one from the link with only a few minor modifications - in other words, are their APIs compatible (apart from the constructor and such)?
EDIT: Or would that even matter from a client's perspective - one only needs to call the constructor and a show-like method (.emailcode etc.), at least for basic use. So would it be sufficient to create abridged definitions only for these?
Thanks
The text was updated successfully, but these errors were encountered:
The simplest case of type definitions from the above indeed seems to be sufficient (at least, Lock is loaded successfully from Typescript and there are no errors reported in the console):
Is there a .d.ts for Auth0LockPasswordless, akin to that of https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/auth0.lock ?
If there isn't one, is it possible to adapt the one from the link with only a few minor modifications - in other words, are their APIs compatible (apart from the constructor and such)?
EDIT: Or would that even matter from a client's perspective - one only needs to call the constructor and a show-like method (.emailcode etc.), at least for basic use. So would it be sufficient to create abridged definitions only for these?
Thanks
The text was updated successfully, but these errors were encountered: