export interface DropInSDKAuthorizeReqDTO {
    code_challenge: string;
    identity?: string;
    scope: Array<string>;
}
export declare namespace DropInSDKAuthorizeReqDTO {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=dropInSDKAuthorizeReqDTO.d.ts.map