KeenAuthPermissions.Database.Parsers.AuthDisableProviderParser (keen_auth_permissions v0.1.1)
This module contains functions to parse output from db's stored procedure's calls
Summary
Functions
Link to this function
parse_auth_disable_provider_result(err)
@spec parse_auth_disable_provider_result({:ok, Postgrex.Result.t()} | {:error, any()}) :: {:ok, [integer()]} | {:error, any()}
Link to this function