Skip to content

Instantly share code, notes, and snippets.

@stompweb
Created March 13, 2017 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stompweb/46738439f833e90762841ba864b0db8f to your computer and use it in GitHub Desktop.
Save stompweb/46738439f833e90762841ba864b0db8f to your computer and use it in GitHub Desktop.
RedirectFlow
<?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