@@ -10,6 +10,7 @@ public interface SecurityProvider
1010 void checksessionprm (int remoteHandle , ModelContext context , String reqUrl , String permissionPrefix , boolean [] flag , boolean [] isPermissionOK );
1111 GXResult refreshtoken (int remoteHandle , ModelContext context , String clientId , String clientSecret , String refreshToken , OutData outData , boolean [] flag );
1212 GXResult logindevice (int remoteHandle , ModelContext context , String clientId , String clientSecret , OutData outData , boolean [] flag );
13+ GXResult externalauthenticationfromsdusingtoken (int remoteHandle , ModelContext context , String grantType , String nativeToken , String nativeVerifier , String clientId , String clientSecret , String [] scope , String additional_parameters , OutData outData , boolean [] flag );
1314 GXResult externalauthenticationfromsdusingtoken (int remoteHandle , ModelContext context , String grantType , String nativeToken , String nativeVerifier , String clientId , String clientSecret , String [] scope , OutData outData , boolean [] flag );
1415 GXResult oauthauthentication (int remoteHandle , ModelContext context , String grantType , String userName , String userPassword , String clientId , String clientSecret , String scope , OutData outData , String [] redirectURL , boolean [] flag );
1516 GXResult oauthauthentication (int remoteHandle , ModelContext context , String grantType , String userName , String userPassword , String clientId , String clientSecret , String scope , String additional_parameters , OutData outData , String [] redirectURL , boolean [] flag );
0 commit comments