Type alias JwkRsaPublic

JwkRsaPublic: JwkInterface & {
    e: string;
    n: string;
}

Type declaration

  • e: string
  • n: string