コード例 #1
0
 /// <summary>
 /// Delete the external authentication record
 /// </summary>
 /// <param name="externalAuthenticationRecord">External authentication record</param>
 public void DeleteExternalAuthenticationRecord(ExternalAuthenticationRecord externalAuthenticationRecord)
 {
     _openAuthenticationService.DeleteExternalAuthenticationRecord(externalAuthenticationRecord);
 }