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

edu.ksu.lti.launch.exception.OauthTokenRequiredException Maven / Gradle / Ivy

The newest version!
package edu.ksu.lti.launch.exception;

/**
 * To be thrown if we do not have an OAuth token for the current user.
 * 
 * Typically the user will be redirected to the OAuth flow to grant
 * the application access to their account.
 *
 */
public class OauthTokenRequiredException extends RuntimeException {
    private static final long serialVersionUID = 1L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy