This rename keeps the function naming consistent. Because authorizeStrategy can be used to both authorize and unauthorize a strategy, it makes more sent to call it setStrategyAuthorization.
Modifications:
Renamed all references of authorizeStrategy to setStrategyAuthorization.
Motivation:
This rename keeps the function naming consistent. Because
authorizeStrategy
can be used to both authorize and unauthorize a strategy, it makes more sent to call itsetStrategyAuthorization
.Modifications:
Renamed all references of
authorizeStrategy
tosetStrategyAuthorization
.Result:
This function name will be more clear.