getJwtToken method

String? getJwtToken()

Implementation

String? getJwtToken() {
  return _token;
}