use of org.stepik.api.actions.StepikAbstractAction in project intellij-plugins by StepicOrg.
the class AbstractAuthorizationPostQuery method execute.
@NotNull
@Override
public TokenInfo execute() {
TokenInfo tokenInfo = super.execute();
StepikAbstractAction action = getStepikAction();
action.getStepikApiClient().setTokenInfo(tokenInfo);
return tokenInfo;
}
Aggregations