setUid method

void setUid()

Requests an ID user to authorize an app to obtain the user ID.

Implementation

void setUid() {
  _needUid = true;
}