Metadata-Version: 2.1
Name: secuuthTokenPythonSdk
Version: 1.4
Summary: secuuth  SDK for python scripts
Home-page: https://github.com/engineering-secuuth/secuuth-jwt-python-sdk
Author: secuuth
Author-email: amitoshkumar10@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE


#secuuth-python-sdk
IT Takes token as input and it verify ,decode and renew the token


##Installation

```pip install secuuthTokenPythonSdk```

##Methods
decodedAndVerifiedAccessToken=accessToken(token).decode()
decodedAndVerifiedIdToken=accessToken(token).decode()

