Total Complexity | 1 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | abstract class SSOController |
||
8 | { |
||
9 | /** |
||
10 | * Returns your customer's profile object on successfull authorization request and |
||
11 | * fetch the record from bSecure. |
||
12 | * |
||
13 | * @param array $params |
||
14 | * |
||
15 | * @throws \bSecure\ApiResponse if the request fails |
||
16 | * |
||
17 | * @return \bSecure\ApiResponse Returns Profile object containing your customer profile |
||
18 | */ |
||
19 | public static function customerProfile($param) |
||
29 | } |
||
30 | } |