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

com.nimbusds.openid.connect.provider.spi.grants.TokenIssueHelpers Maven / Gradle / Ivy

Go to download

SDK for Connect2id Server extensions, such as OpenID Connect claims sources and OAuth 2.0 grant handlers

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


import com.nimbusds.openid.connect.provider.spi.crypto.JWTSigner;


/**
 * Token issue helpers.
 */
public interface TokenIssueHelpers {
	
	
	/**
	 * Returns an interface for signing JSON Web Tokens (JWT). May be used
	 * to sign tokens produced by the grant handler.
	 *
	 * @return The JWT signer.
	 */
	JWTSigner getJWTSigner();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy