es256 constant
JsonWebAlgorithm
const es256
ECDSA using P-256 and SHA-256
Implementation
static const es256 =
JsonWebAlgorithm('ES256', type: 'EC', use: 'sig', curve: 'P-256');
ECDSA using P-256 and SHA-256
static const es256 =
JsonWebAlgorithm('ES256', type: 'EC', use: 'sig', curve: 'P-256');