Stroika Library 3.0d23
 
Loading...
Searching...
No Matches
Client.inl
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2026. All rights reserved
3 */
4
5namespace Stroika::Frameworks::Auth::OAuth {
6
7 /*
8 ********************************************************************************
9 ************************************* Fetcher **********************************
10 ********************************************************************************
11 */
12 inline Fetcher::Fetcher (const ProviderConfiguration& providerConfiguration)
13 : Fetcher{providerConfiguration, Options{}}
14 {
15 }
16
17}