Example #1
0
 public AuthParameterGenerator()
 {
     AuthParameter = new AuthorizationRequest();
     AuthParameter.ResponseType = OAuth2.RESPONSE_TYPE_CODE;
 }