authorize method

void authorize()

Implementation

void authorize() {
  _forgetCredentials();
  window.localStorage['openid_client:state'] = flow.state;
  window.location.href = flow.authenticationUri.toString();
}