getSub method

String? getSub()

Implementation

String? getSub() {
  return payload['sub'];
}