getLoginUri method

String getLoginUri()

return the login URI

Implementation

String getLoginUri() {
  return _getOAuth2Url(policy: loginPolicy);
}