Interface AccessTokenProviderConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ASSERTION
      assertion as in rfc7523
      static java.lang.String CLIENT_ID
      client_id as in rfc7523
      static java.lang.String CONTEXT_HEADERS
      The key name to reference the default headers in a request context.
      static java.lang.String CONTEXT_JWT
      The key name to reference a JWT in a request context.
      static java.lang.String CONTEXT_PARAMETERS
      The key name to reference the default parameters in a request context.
      static java.lang.String CONTEXT_URI
      The key name to reference the URI used to obtain an access token in a request context.
      static java.lang.String GRANT_TYPE
      grant_type as in rfc7523
      static java.lang.String SCOPE
      scope as in rfc7523