OnOAuthSuccess

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Events >

OnOAuthSuccess

Triggered when IntraWeb is parsing a parameter received as part of the URL when session starts. Users can can change or drop any received parameter.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.OnOAuthSuccess

 

ETYPE=Event

 

Declaration:

Delphi:

published property OnOAuthSuccess: TOnOAuthEvent;

C++:

__published: __property TOnOAuthEvent OnOAuthSuccess;

 

Description: This is OnOAuthSuccess, a member of class TIWServerControllerBase.