getCustomClaim method

dynamic getCustomClaim(
  1. String name
)

Extract custom claim from the token

Implementation

dynamic getCustomClaim(String name) => _data[name];