All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.ksu.canvas.oauth.OauthToken Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package edu.ksu.canvas.oauth;

import java.io.Serializable;

public interface OauthToken extends Serializable {

    String getAccessToken();
   
    void refresh();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy