File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed 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-
5250# Account APIs
5351from LoginRadius .api .account .account_api import AccountApi
5452from LoginRadius .api .account .role_api import RoleApi
6462# Social APIs
6563from LoginRadius .api .social .nativesocial_api import NativeSocialApi
6664from LoginRadius .api .social .social_api import SocialApi
67-
6865# exception
6966from LoginRadius .exceptions import Exceptions
7067
@@ -142,7 +139,6 @@ def __init__(self):
142139 self .phone_authentication = PhoneAuthenticationApi (self )
143140 self .pin_authentication = PINAuthenticationApi (self )
144141 self .consent_management = ConsentManagementApi (self )
145- self .sliding_token = SlidingTokenApi (self )
146142
147143 self .account = AccountApi (self )
148144 self .role = RoleApi (self )
You can’t perform that action at this time.
0 commit comments