Created
March 13, 2017 22:22
-
-
Save stompweb/46738439f833e90762841ba864b0db8f to your computer and use it in GitHub Desktop.
RedirectFlow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$redirectFlow = $client->redirectFlows()->complete( | |
'test', | |
["params" => | |
["session_token" => 'test'] | |
] | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment