setAuthorizationCode method

void setAuthorizationCode()

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

Implementation

void setAuthorizationCode() {
  _params['setAuthorizationCode'] = true;
}