src/crypto/key/dto/key-response.dto.ts
Properties |
keys |
Type : EC_Public[]
|
Defined in src/crypto/key/dto/key-response.dto.ts:4
|
import { EC_Public } from "../../../well-known/dto/jwks-response.dto";
export class KeyResponseDto {
keys: EC_Public[];
}