Class CodeChallengeMethod

java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.pkce.CodeChallengeMethod
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class CodeChallengeMethod extends Identifier
Method that was used to derive an authorisation code challenge.

Related specifications:

  • Proof Key for Code Exchange by OAuth Public Clients (RFC 7636).
See Also: