コード例 #1
0
 public static string ExtractEmailAddress(this AuthenticationState authState)
 {
     return(AuthUtil.ExtractEmailAddress(authState));
 }