edbizarro/bi-connect

View on GitHub
src/Bi/Connect/Google/Auth/GoogleAuth.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Bi\Connect\Google\Auth;

interface GoogleAuth
{
    /**
     * @return mixed
     */
    public function getCredentials();
}