Your token provider will be able to provide this.
{
"kty": "RSA",
"kid": "288WlRQvku-fgd",
"n": "qV-sfsdfsdf-Ap-sfsdfd-12zza0q9smjLm3-eNqq-sdfs-sfsdf-sdf-sdf-DVUoLw",
"e": "AQAB"
}
const jose = require('node-jose');
const fs = require('fs');
const args = process.argv.slice(2);
const key = fs.readFileSync(args[0]);
var DUMP_PRIVATE_KEY = ('true' == args[1]);
jose.JWK.asKey(key)
.then(function(key) {
console.log(key.toPEM(DUMP_PRIVATE_KEY));
});
node jwk-to-pem.js public.jwkq3ADEyOT45QCkuDBqjor73na5iD5hvZDwn9zNVo0Ulb
-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1LBYoHvIn04pOcdg43yB ZUNcWJs5yK4ltPBgqAoNxnKmsbGdBqTs7P6lYsGQt586dzZwLfq8GJM3N9BpnYbb LICt3jiXAapWxSabx+nQcbtAaHHN5qxvfR+nHQggPtCttDIoptI9ijWhcX/GiVh8 q/35CH59vvMuswUiWctQLSMA5Iz1fw5V390a98TrTH+dddd+VEQpUw/T/pDD sYpAcZXLuyP/dZsG+l0/+ fgb+yPHrGoUrDUHjLoM11cwlgaBiNqaBnLhhm1F3TSCStQ2VNxAsP4c/aDFi0uRV DQIDAQAB -----END PUBLIC KEY-----
001115988

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.