<?php
/**
 * @license MIT
 *
 * Modified by GravityKit using {@see https://github.com/BrianHenryIE/strauss}.
 */

namespace GravityKit\GravityExport\Spatie\Dropbox;

interface TokenProvider
{
    public function getToken(): string;
}
