We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68bfe6 commit 68e4321Copy full SHA for 68e4321
1 file changed
README.md
@@ -166,7 +166,7 @@ $options = new SecureNativeOptions();
166
$ver = SecureNative::verify(array(
167
'event' => EventTypes::VERIFY,
168
'userId' => '1234',
169
- 'context' => SecureNative::fromRequest($options),
+ 'context' => SecureNative::fromRequest(),
170
'userTraits' => (object)[
171
'name' => 'Your Name',
172
'email' => 'name@gmail.com'
0 commit comments