Example #1
0
 public lostPasswordLoginDirectEntryRequest(string principle, Gro.Infrastructure.Data.SessionService.WSChallengeResponseInfo[] challengeInfo, string newPassword, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     this.principle     = principle;
     this.challengeInfo = challengeInfo;
     this.newPassword   = newPassword;
     this.wsLocale      = wsLocale;
 }
Example #2
0
 public string[] getChallengeQuestions(string principle, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest inValue = new Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest();
     inValue.principle = principle;
     inValue.wsLocale  = wsLocale;
     Gro.Infrastructure.Data.SessionService.getChallengeQuestionsResponse retVal = ((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).getChallengeQuestions(inValue);
     return(retVal.getChallengeQuestionsReturn);
 }
Example #3
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordResponse> lostPasswordLoginResetPasswordAsync(string principle, Gro.Infrastructure.Data.SessionService.WSChallengeResponseInfo[] challengeInfo, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest inValue = new Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest();
     inValue.principle     = principle;
     inValue.challengeInfo = challengeInfo;
     inValue.wsLocale      = wsLocale;
     return(((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).lostPasswordLoginResetPasswordAsync(inValue));
 }
Example #4
0
 public string lostPasswordLoginResetPassword(string principle, Gro.Infrastructure.Data.SessionService.WSChallengeResponseInfo[] challengeInfo, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest inValue = new Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordRequest();
     inValue.principle     = principle;
     inValue.challengeInfo = challengeInfo;
     inValue.wsLocale      = wsLocale;
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginResetPasswordResponse retVal = ((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).lostPasswordLoginResetPassword(inValue);
     return(retVal.lostPasswordLoginResetPasswordReturn);
 }
Example #5
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.SessionService.getChallengeQuestionsResponse> getChallengeQuestionsAsync(string principle, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest inValue = new Gro.Infrastructure.Data.SessionService.getChallengeQuestionsRequest();
     inValue.principle = principle;
     inValue.wsLocale  = wsLocale;
     return(((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).getChallengeQuestionsAsync(inValue));
 }
Example #6
0
 public lostPasswordLoginResetPasswordRequest(string principle, Gro.Infrastructure.Data.SessionService.WSChallengeResponseInfo[] challengeInfo, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     this.principle     = principle;
     this.challengeInfo = challengeInfo;
     this.wsLocale      = wsLocale;
 }
Example #7
0
        public getChallengeQuestionsRequest(string principle, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
        {
            this.principle = principle;

            this.wsLocale = wsLocale;
        }