Type Alias CertificateInfo

type CertificateInfo = {
    certificate: string;
    encryption?: boolean;
    name?: string;
    signature?: boolean;
}
Index

Properties

certificate: string

The X.509 certificate for validating signed SAML responses.

encryption?: boolean
name?: string
signature?: boolean