createJwt

Type: function
Returns a JWT constructed from a privateKey encoded as PEM, with the specified algorithm, around a Map[String,String] (probably constructed by toKVMap around a dict) containing key value pairs of data to encode. If Instant or Expiration are in the kvMap, they will be processed for UTC timezone conversion

Body

function(kvMap,pemEncodedKey,algorithm){...}

Classpath

Children