Class IdentityVerificationMethod

java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.IdentityVerificationMethod
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class IdentityVerificationMethod extends Identifier
Identity verification method.

Implementers should use a combination of a ValidationMethod and a VerificationMethod, unless required to use this coarser method by the IdentityTrustFramework. Use of this parameter will eventually be deprecated.

  • OpenID Connect for Identity Assurance 1.0, section 5.1.1.
  • https://bitbucket.org/openid/ekyc-ida/wiki/identifiers
See Also: