Class DeviceSecretHash

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

@Immutable public class DeviceSecretHash extends Identifier
Device secret hash (ds_hash).

Related specifications:

  • OpenID Connect Native SSO for Mobile Apps 1.0
See Also:
  • Constructor Details

    • DeviceSecretHash

      public DeviceSecretHash(String value)
      Creates a new device secret hash with the specified value.
      Parameters:
      value - The device secret hash value. Must not be null.
  • Method Details