Skip to content

Commit

Permalink
get sso link
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Apr 23, 2024
1 parent d2e9671 commit 6e70937
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions includes/Services/MigrationSSO.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
namespace NewfoldLabs\WP\Module\Migration\Services;

use NewFoldLabs\WP\Module\SSO\SSO_REST_Controller;

class MigrationSSO {
public static function get_magic_login_url() {
$request = new SSO_REST_Controller();
$response = $request->get_item( new \WP_REST_REQUEST() );
return ($response);
}
}

0 comments on commit 6e70937

Please sign in to comment.