@types/saml
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -17,59 +17,59 @@ // Type definitions for saml 1.0 | ||
export interface SamlSignedOpts { | ||
authnContextClassRef?: string; | ||
attributes?: SamlAttributes; | ||
audiences?: string | string[]; | ||
authnContextClassRef?: string | undefined; | ||
attributes?: SamlAttributes | undefined; | ||
audiences?: string | string[] | undefined; | ||
cert: Buffer; | ||
digestAlgorithm?: string; | ||
encryptionAlgorithm?: string; | ||
encryptionCert?: Buffer; | ||
encryptionPublicKey?: Buffer; | ||
holderOfKeyProofSecret?: string; | ||
includeAttributeNameFormat?: boolean; | ||
inResponseTo?: string; | ||
issuer?: string; | ||
digestAlgorithm?: string | undefined; | ||
encryptionAlgorithm?: string | undefined; | ||
encryptionCert?: Buffer | undefined; | ||
encryptionPublicKey?: Buffer | undefined; | ||
holderOfKeyProofSecret?: string | undefined; | ||
includeAttributeNameFormat?: boolean | undefined; | ||
inResponseTo?: string | undefined; | ||
issuer?: string | undefined; | ||
key: Buffer; | ||
keyEncryptionAlgorithm?: string; | ||
keyInfoProvider?: KeyInfoProvider; | ||
lifetimeInSeconds?: number; | ||
nameIdentifier?: string; | ||
nameIdentifierFormat?: string; | ||
prefix?: string; | ||
recipient?: string; | ||
sessionIndex?: string; | ||
signatureAlgorithm?: string; | ||
signatureNamespacePrefix?: string; | ||
subjectConfirmationMethod?: string; | ||
typedAttributes?: boolean; | ||
uid?: string; | ||
xpathToNodeBeforeSignature?: string; | ||
keyEncryptionAlgorithm?: string | undefined; | ||
keyInfoProvider?: KeyInfoProvider | undefined; | ||
lifetimeInSeconds?: number | undefined; | ||
nameIdentifier?: string | undefined; | ||
nameIdentifierFormat?: string | undefined; | ||
prefix?: string | undefined; | ||
recipient?: string | undefined; | ||
sessionIndex?: string | undefined; | ||
signatureAlgorithm?: string | undefined; | ||
signatureNamespacePrefix?: string | undefined; | ||
subjectConfirmationMethod?: string | undefined; | ||
typedAttributes?: boolean | undefined; | ||
uid?: string | undefined; | ||
xpathToNodeBeforeSignature?: string | undefined; | ||
} | ||
export interface SamlUnassignedOpts { | ||
authnContextClassRef?: string; | ||
attributes?: SamlAttributes; | ||
audiences?: string | string[]; | ||
cert?: Buffer; | ||
digestAlgorithm?: string; | ||
encryptionAlgorithm?: string; | ||
encryptionCert?: Buffer; | ||
encryptionPublicKey?: Buffer; | ||
holderOfKeyProofSecret?: string; | ||
includeAttributeNameFormat?: boolean; | ||
inResponseTo?: string; | ||
issuer?: string; | ||
key?: Buffer; | ||
keyEncryptionAlgorithm?: string; | ||
keyInfoProvider?: KeyInfoProvider; | ||
lifetimeInSeconds?: number; | ||
nameIdentifier?: string; | ||
nameIdentifierFormat?: string; | ||
prefix?: string; | ||
recipient?: string; | ||
sessionIndex?: string; | ||
signatureAlgorithm?: string; | ||
signatureNamespacePrefix?: string; | ||
subjectConfirmationMethod?: string; | ||
typedAttributes?: boolean; | ||
uid?: string; | ||
xpathToNodeBeforeSignature?: string; | ||
authnContextClassRef?: string | undefined; | ||
attributes?: SamlAttributes | undefined; | ||
audiences?: string | string[] | undefined; | ||
cert?: Buffer | undefined; | ||
digestAlgorithm?: string | undefined; | ||
encryptionAlgorithm?: string | undefined; | ||
encryptionCert?: Buffer | undefined; | ||
encryptionPublicKey?: Buffer | undefined; | ||
holderOfKeyProofSecret?: string | undefined; | ||
includeAttributeNameFormat?: boolean | undefined; | ||
inResponseTo?: string | undefined; | ||
issuer?: string | undefined; | ||
key?: Buffer | undefined; | ||
keyEncryptionAlgorithm?: string | undefined; | ||
keyInfoProvider?: KeyInfoProvider | undefined; | ||
lifetimeInSeconds?: number | undefined; | ||
nameIdentifier?: string | undefined; | ||
nameIdentifierFormat?: string | undefined; | ||
prefix?: string | undefined; | ||
recipient?: string | undefined; | ||
sessionIndex?: string | undefined; | ||
signatureAlgorithm?: string | undefined; | ||
signatureNamespacePrefix?: string | undefined; | ||
subjectConfirmationMethod?: string | undefined; | ||
typedAttributes?: boolean | undefined; | ||
uid?: string | undefined; | ||
xpathToNodeBeforeSignature?: string | undefined; | ||
} | ||
@@ -76,0 +76,0 @@ export namespace Saml11 { |
{ | ||
"name": "@types/saml", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for saml", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/saml", | ||
"license": "MIT", | ||
@@ -29,4 +30,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "dc65c6e34c4c5d60231a7ae11cabbce9f740575800e8b2b3add5746858422562", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "e1ec13bec97907fb335a155f926c02e2fe8c16f5d15087d6e43940a6fc9ee159", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 18 May 2021 18:01:27 GMT | ||
* Last updated: Tue, 06 Jul 2021 16:34:12 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6052
0