src/auth/client/dto/client-secret-response.dto.ts
Properties |
secret |
Type : string
|
export class ClientSecretResponseDto {
secret: string;
}