Skip to content

Commit

Permalink
feat: add config credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
gg authored and oceane-sailorin committed Oct 31, 2022
1 parent d7317eb commit 4eb114a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_sdk/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def main():
pem = None
t = datetime.now().timestamp()
expire_time_in_seconds = int(t) + 2678400 # now + one month example
application_agent_credential_response = client_config.register_application_agent_credential_jwk(application_agent_id,
application_agent_credential_response = client_config.register_application_agent_credential_pem(application_agent_id,
display_name, pem,
expire_time_in_seconds,
default_tenant_id, [])
Expand Down

0 comments on commit 4eb114a

Please sign in to comment.