Variable CredentialOfferedValidatorConst

CredentialOfferedValidator: z.ZodObject<{
    claims: z.ZodOptional<z.ZodArray<z.ZodObject<{
        name: z.ZodString;
    }, "strip", z.ZodTypeAny, {
        name: string;
    }, {
        name: string;
    }>, "many">>;
    name: z.ZodOptional<z.ZodString>;
    scope: z.ZodString;
}, "strip", z.ZodTypeAny, {
    claims?: {
        name: string;
    }[];
    name?: string;
    scope: string;
}, {
    claims?: {
        name: string;
    }[];
    name?: string;
    scope: string;
}>

Type declaration

  • claims: z.ZodOptional<z.ZodArray<z.ZodObject<{
        name: z.ZodString;
    }, "strip", z.ZodTypeAny, {
        name: string;
    }, {
        name: string;
    }>, "many">>
  • name: z.ZodOptional<z.ZodString>
  • scope: z.ZodString

Type declaration

  • Optional claims?: {
        name: string;
    }[]
  • Optional name?: string
  • scope: string

Type declaration

  • Optional claims?: {
        name: string;
    }[]
  • Optional name?: string
  • scope: string

Generated using TypeDoc