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: