setupPlatformUser method

void setupPlatformUser(
  1. String hash
)

Setup API platform user

@param hash

Implementation

void setupPlatformUser(String hash) {
  auth_user = hash;
}