Class LoginHintToken

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

@Immutable public class LoginHintToken extends Identifier
Login hint token.

Related specifications:

  • OpenID Connect CIBA Flow - Core 1.0.
See Also:
  • Constructor Details

    • LoginHintToken

      public LoginHintToken(String value)
      Creates a new login hint token with the specified value.
      Parameters:
      value - The value. Must not be null or empty string.
    • LoginHintToken

      public LoginHintToken()
      Creates a new login hint token with a randomly generated 256-bit (32-byte) value, Base64URL-encoded.
  • Method Details