Skip to content
enygma edited this page Jan 5, 2013 · 1 revision

The Authentication logs show the authentication actions that have been taken by the users of your account. It returns an array of authentication log events. Only the 1000 earliest events will be returned.

To use, just make an object and call find:

<?php
$log = new \DuoAuth\Logs\Authentication();
$results = $log->find();
?>

For more information see this section on the API documentation.

Clone this wiki locally