getTokenUse method

String? getTokenUse()

Implementation

String? getTokenUse() {
  return payload['token_use'];
}