HandleAuth
Description
Action ID
SDK Action
const handleAuthAction = new dfs.actions.basic.HandleAuthAction(
enableAuth
);Action Type
Input Parameters
/// @param enableAuth Whether to enable or disable authorization
struct Params {
bool enableAuth;
}Return Value
Events and Logs
Last updated