Public key for the ECDSA algorithm using P-256 and SHA-256, encoded in base64, and wrapped by -----BEGIN PUBLIC KEY-----
and -----END PUBLIC KEY-----
. This can be used to verify JWT tokens with the ES256
algorithm (RFC7518). This curve is defined in OpenSSL as the prime256v1
curve.