UNPKG

@pagopa/io-spid-commons

Version:

Common code for integrating SPID authentication

9 lines (8 loc) 429 B
import * as t from "io-ts"; export declare const IDPEntityDescriptor: t.TypeC<{ cert: import("io-ts-types/nonEmptyArray").NonEmptyArrayC<import("@pagopa/ts-commons/lib/types").Tagged<import("@pagopa/ts-commons/lib/strings").INonEmptyStringTag, string, string, unknown>>; entityID: t.StringC; entryPoint: t.StringC; logoutUrl: t.StringC; }>; export type IDPEntityDescriptor = t.TypeOf<typeof IDPEntityDescriptor>;