Appearance
getJWSAlgorithm(token) → string · Security
getJWSAlgorithm(token) → string
Gets the algorithm (alg) from a JWS token header. See Chapter 38.
token
{ algorithm: getJWSAlgorithm($input.token) // "RS256" }