edbizarro/bi-connect

View on GitHub
src/Bi/Connect/Interfaces/Oauth2WithoutRedirectInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Bi\Connect\Interfaces;

/**
 * Interface Oauth2WithoutRedirectInterface.
 */
interface Oauth2WithoutRedirectInterface
{
    public function auth();

    public function getAccessToken();
}