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

org.keycloak.OAuth2Constants Maven / Gradle / Ivy

There is a newer version: 26.1.0
Show newest version
package org.keycloak;

/**
 * @author Stian Thorgersen
 */
public interface OAuth2Constants {

    String CODE = "code";

    String CLIENT_ID = "client_id";

    String ERROR = "error";

    String ERROR_DESCRIPTION = "error_description";

    String REDIRECT_URI = "redirect_uri";

    String SCOPE = "scope";

    String STATE = "state";

    String GRANT_TYPE = "grant_type";

    String RESPONSE_TYPE = "response_type";

    String REFRESH_TOKEN = "refresh_token";

}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy