Esempio n. 1
0
 public TokenResponseModel RenewAccessToken([Service] IAuthLogic authLogic, RenewTokenInputType renewToken)
 {
     return(authLogic.RenewAccessToken(renewToken));
 }