Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 694 Bytes

File metadata and controls

35 lines (23 loc) · 694 Bytes
sidebar_label client
title onepassword.client

SDK_VERSION

v0.1.0

Client Objects

class Client()

A client

authenticate

@classmethod
async def authenticate(cls, auth, integration_name, integration_version)

authenticate returns an authenticated client or errors if any provided information, including the SA token, is incorrect integration_name represents the name of your application and integration_version represents the version of your application.

new_default_config

def new_default_config(auth, integration_name, integration_version)

Generates a configuration dictionary with the user's parameters