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

org.paranora.ssoc.token.TokenRequest Maven / Gradle / Ivy

package org.paranora.ssoc.token;

import java.util.Map;
import java.util.Set;

public interface TokenRequest {
    String getClientId();
    String getGrantType();
    Set getScope();
    Map getRequestParameters();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy