I am not able to find jwt_key_id. Can anybody guide me to the right direction ?
auth = JWTAuth(
client_id='got it from app configuration page',
client_secret='got it from app configuration page',
enterprise_id='got it from app configuration page',
jwt_key_id='????',
rsa_private_key_file_sys_path='got it from app configuration page',
rsa_private_key_passphrase="got it from app configuration page"
#store_tokens=your_store_tokens_callback_method,
)
Thank you.