getJwtToken method

String? getJwtToken()

Implementation

String? getJwtToken() {
  return jwtToken;
}