🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

i2a-oauth2-api-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i2a-oauth2-api-client

Sdk for i2a oauth2 api

3.0.4
PyPI
Maintainers
1

#Installation

pip install i2a-oauth2-api-client

#Usage

from i2a_oauth2_api_client.client import I2AOauth2Client
from i2a_oauth2_api_client.enums import Environment


client = I2AOauth2Client(
    client_id='your client id',
    client_secret='your client secret',
    environment=Environment.QA  # default
)

#Enums

from enum import Enum


class Environment(Enum):
    QA = 1
    PROD = 2

Keywords

I2A Oauth2 Client

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts