symphony.bdk.core.auth.jwt_helper.create_signed_jwt_with_claims#

symphony.bdk.core.auth.jwt_helper.create_signed_jwt_with_claims(private_key: str, payload: dict) str#

Creates a JWT with the payload signed with the provided private key content. For testing purposes only.

Parameters
  • private_key – the privste key content in string format.

  • payload – the payload (aka claims) of the JWT in dict format.

Returns

a signed JWT