Virtru SDK for Python  2.8.0
Virtru Python SDK module - Create, Read, and Manage TDF3 Files
 All Classes Namespaces Files Functions Pages
virtru_tdf3_python.CredentialsOidc Class Reference

Public Member Functions

def __init__
 
def __init__
 
def __init__
 

Constructor & Destructor Documentation

def virtru_tdf3_python.CredentialsOidc.__init__ (   const,
  clientId,
  const,
  clientSecret,
  const,
  clientPubkey,
  const,
  organizationName,
  const,
  oidcEndpoint 
)
             client_id, client_secret,client_pub_key,organization_name,oidc_endpoint,
    R"pbdoc(
          The CredentialsOidc object is a subclass for authentication using a pair of provided client credentials (clientId, clientSecret), organizationName, and the clientPubKey,
          all of which will be used to request an OIDC bearer token from oidcEndpoint.
def virtru_tdf3_python.CredentialsOidc.__init__ (   const,
  userId,
  const,
  std 
)
def virtru_tdf3_python.CredentialsOidc.__init__ (   const,
  userId,
  const,
  authorizationString,
  const,
  clientToken 
)
            Create CredentialsOidc instance with userId, authorizationString, and clientToken that are used when communicating with the auth server.

The documentation for this class was generated from the following file: