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

com.nimbusds.oauth2.sdk.token.TokenEncoding Maven / Gradle / Ivy

package com.nimbusds.oauth2.sdk.token;


/**
 * Enumeration of the possible token encodings.
 */
public enum TokenEncoding {


	/**
	 * Opaque secure identifier.
	 */
	IDENTIFIER,


	/**
	 * Self-contained, the authorisation is encoded (e.g. as JWT).
	 */
	SELF_CONTAINED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy