예제 #1
0
 public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);
예제 #2
0
 public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);
 public override Task UserInformationReceived(UserInformationReceivedContext context)
 {
     return base.UserInformationReceived(context);
 }