getAuthToken function

String getAuthToken()

Returns the auth token

Implementation

String getAuthToken() {
  return authToken;
}