コード例 #1
0
 public static bool containScopes(AuthHuaweiId arg0, List <Scope> arg1)
 {
     return(CallStatic <bool>("containScopes", arg0, arg1));
 }
コード例 #2
0
 public static bool containScopes(AuthHuaweiId arg0, HuaweiIdAuthExtendedParams arg1)
 {
     return(CallStatic <bool>("containScopes", arg0, arg1));
 }