Interface OidcParameterNames


  • public interface OidcParameterNames
    Standard parameter names defined in the OAuth Parameters Registry and used by the authorization endpoint and token endpoint.
    Since:
    5.0
    See Also:
    18.2 OAuth Parameters Registration
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID_TOKEN
      id_token - used in the Access Token Response.
      static java.lang.String NONCE
      nonce - used in the Authentication Request.
    • Field Detail

      • ID_TOKEN

        static final java.lang.String ID_TOKEN
        id_token - used in the Access Token Response.
        See Also:
        Constant Field Values
      • NONCE

        static final java.lang.String NONCE
        nonce - used in the Authentication Request.
        See Also:
        Constant Field Values