Package io.jans.as.server.model.token


package io.jans.as.server.model.token
  • Class
    Description
     
    Handle (or artifact) a reference to some internal data structure within the authorization server, the internal data structure contains the attributes of the token, such as user id, scope, etc.
     
    JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.
     
     
     
    Validates the parameters received for the validate token web service.