This change deprecates signIn(), handleCallback(), signOut(), and getSessionId() in favour of the functions created from createHelpers(). This ensures that the behaviour of helpers is consistent throughout various pages. The Helper interface will make the documentation of these functions easier to read.
This change deprecates
signIn()
,handleCallback()
,signOut()
, andgetSessionId()
in favour of the functions created fromcreateHelpers()
. This ensures that the behaviour of helpers is consistent throughout various pages. TheHelper
interface will make the documentation of these functions easier to read.Supercedes #312