/** * Synapse REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const OIDCSubjectIdentifierType: { readonly pairwise: "pairwise"; }; export type OIDCSubjectIdentifierType = typeof OIDCSubjectIdentifierType[keyof typeof OIDCSubjectIdentifierType]; export declare function instanceOfOIDCSubjectIdentifierType(value: any): boolean; export declare function OIDCSubjectIdentifierTypeFromJSON(json: any): OIDCSubjectIdentifierType; export declare function OIDCSubjectIdentifierTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): OIDCSubjectIdentifierType; export declare function OIDCSubjectIdentifierTypeToJSON(value?: OIDCSubjectIdentifierType | null): any; export declare function OIDCSubjectIdentifierTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): OIDCSubjectIdentifierType;