コード例 #1
0
 public AuthenticateController(
     IStravaAuthService stravaAuthService)
 {
     _stravaAuthService = stravaAuthService;
 }
コード例 #2
0
 public AuthorizeStravaFilter(IOptions <StravaPersonalBestsSettings> settings, ICrypto crypto, IStravaAuthService stravaAuthService)
 {
     _settings          = settings;
     _crypto            = crypto;
     _stravaAuthService = stravaAuthService;
 }