Get Authentication Credentials
Note: This SDK can only be accessed within Catalyst services like Functions and AppSail. It cannot be used to integrate with third-party services.
This SDK method can be used obtain the authentication credentials for various Zoho services, listed as Default Services.
The connections reference used in the below code snippet is the component instance.
copy
# create connection instance
connections = app.connections()
#retrieve the authentication credentials for the specified connection
connection_response = connections.get_connection_credentials('payrollcon')
#connection response
print('connection response:', connection_response)
Last Updated 2026-02-02 14:37:02 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit