This the method I need to define
public void evaluateTriggers(RequiredActionContext context) {}
I need to find my way from RequiredActionContext to AccessTokenResponse? Any clues on how to do it?
This the method I need to define
public void evaluateTriggers(RequiredActionContext context) {}
I need to find my way from RequiredActionContext to AccessTokenResponse? Any clues on how to do it?