interface JwksInterface {
    keys: JwkInterface[];
}

Properties

Properties

keys: JwkInterface[]