src/crypto/key/dto/key-response.dto.ts

Index

Properties

Properties

keys
Type : EC_Public[]
Decorators :
@ApiProperty({description: 'JSON Web Keys', type: undefined})
import { EC_Public } from "../../../issuer/issuance/oid4vci/well-known/dto/jwks-response.dto";
import { ApiProperty } from "@nestjs/swagger";

export class KeyResponseDto {
    @ApiProperty({ description: "JSON Web Keys", type: [Object] })
    keys!: EC_Public[];
}

results matching ""

    No results matching ""