import { ProviderRequestedAttributes } from './ProviderRequestedAttributes';
/** A SAML 2.0 Extension that should be added to SAML requests when using this provider */
export interface ProviderExtensions {
    /** List of SAML RequestedAttribute to add to SAML requests */
    requestedAttributes?: ProviderRequestedAttributes[];
}
//# sourceMappingURL=ProviderExtensions.d.ts.map