File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747from LoginRadius .api .authentication .riskbasedauthentication_api import RiskBasedAuthenticationApi
4848from LoginRadius .api .authentication .smartlogin_api import SmartLoginApi
4949from LoginRadius .api .authentication .pinauthentication_api import PINAuthenticationApi
50+ from LoginRadius .api .authentication .slidingtoken_api import SlidingTokenApi
51+
5052# Account APIs
5153from LoginRadius .api .account .account_api import AccountApi
5254from LoginRadius .api .account .role_api import RoleApi
6264# Social APIs
6365from LoginRadius .api .social .nativesocial_api import NativeSocialApi
6466from LoginRadius .api .social .social_api import SocialApi
67+
6568# exception
6669from LoginRadius .exceptions import Exceptions
6770
@@ -139,6 +142,7 @@ def __init__(self):
139142 self .phone_authentication = PhoneAuthenticationApi (self )
140143 self .pin_authentication = PINAuthenticationApi (self )
141144 self .consent_management = ConsentManagementApi (self )
145+ self .sliding_token = SlidingTokenApi (self )
142146
143147 self .account = AccountApi (self )
144148 self .role = RoleApi (self )
You can’t perform that action at this time.
0 commit comments