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

com.nimbusds.openid.connect.provider.spi.claims.ClaimsSourceRequestContext Maven / Gradle / Ivy

Go to download

Toolkit for developing Connect2id Server extensions, such as custom OpenID Connect claims sources and grant handlers.

There is a newer version: 5.10
Show newest version
package com.nimbusds.openid.connect.provider.spi.claims;


import com.nimbusds.oauth2.sdk.id.ClientID;


/**
 * OpenID Connect claims source request context. Provides access to additional
 * parameters that may be used to process requests.
 */
public interface ClaimsSourceRequestContext {


	/**
	 * Returns the client identifier (client_id).
	 *
	 * @return The client ID. Not {@code null}.
	 */
	ClientID getClientID();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy