Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fuadarradhi authored Aug 12, 2020
1 parent 4148523 commit a1dfceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $sso = new \SSOAceh\PHPClient\SSOClient("/Path/ke/file/sso_secure.json");
$res = $sso->parseToken($token);

// result
echo $res->ID;
echo $res->SessionID;
echo $res->NIK;
echo $res->NIP;
echo $res->Nama;
Expand Down

0 comments on commit a1dfceb

Please sign in to comment.